summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/format-attribute.c
Commit message (Collapse)AuthorAgeFilesLines
* rename testChris Lattner2010-03-221-34/+0
| | | | llvm-svn: 99211
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
| | | | | | | | | - This is designed to make it obvious that %clang_cc1 is a "test variable" which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it can be useful to redefine what gets run as 'clang -cc1' (for example, to set a default target). llvm-svn: 91446
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
| | | | | | Tests and drivers updated, still need to shuffle dirs. llvm-svn: 67602
* When checking printf-arguments for functions with '__attribute__ ((format ↵Ted Kremenek2009-02-271-0/+8
| | | | | | | | | | (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
* Add attribute "format" support for typedefs of function pointers.Ted Kremenek2008-05-091-0/+2
| | | | llvm-svn: 50906
* fix __attribute__(format) for struct function pointer fieldsNuno Lopes2008-04-181-0/+5
| | | | llvm-svn: 49938
* allow the format attribute to be specified in function pointer prototypesNuno Lopes2008-03-251-0/+3
| | | | | | # this is my first commit here, so please be gentle :) llvm-svn: 48807
* Patch by Nuno Lopes:Ted Kremenek2008-03-071-0/+16
Added more comments for code processing attribute "format". Added more checks for corner cases, test cases, and warnings. llvm-svn: 48011
OpenPOWER on IntegriCloud