Daniel Dunbar
|
a45cf5b6b0
|
Rename clang to clang-cc.
Tests and drivers updated, still need to shuffle dirs.
llvm-svn: 67602
|
2009-03-24 02:24:46 +00:00 |
Ted Kremenek
|
9723bcf60f
|
When checking printf-arguments for functions with '__attribute__ ((format (printf, X, Y)))'
set HasVAListArg to true when 'Y' is 0 (i.e., ignore the data arguments).
This fixes <rdar://problem/6623513>.
llvm-svn: 65642
|
2009-02-27 17:58:43 +00:00 |
Ted Kremenek
|
712c91f8a9
|
Add attribute "format" support for typedefs of function pointers.
llvm-svn: 50906
|
2008-05-09 17:36:24 +00:00 |
Nuno Lopes
|
42dd577238
|
fix __attribute__(format) for struct function pointer fields
llvm-svn: 49938
|
2008-04-18 22:43:39 +00:00 |
Nuno Lopes
|
623207d603
|
allow the format attribute to be specified in function pointer prototypes
# this is my first commit here, so please be gentle :)
llvm-svn: 48807
|
2008-03-25 23:01:48 +00:00 |
Ted Kremenek
|
7bdd630334
|
Patch by Nuno Lopes:
Added more comments for code processing attribute "format".
Added more checks for corner cases, test cases, and warnings.
llvm-svn: 48011
|
2008-03-07 18:43:49 +00:00 |