aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/format-attribute.c
AgeCommit message (Expand)Author
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-27When checking printf-arguments for functions with '__attribute__ ((format (pr...Ted Kremenek
2008-05-09Add attribute "format" support for typedefs of function pointers.Ted Kremenek
2008-04-18fix __attribute__(format) for struct function pointer fieldsNuno Lopes
2008-03-25allow the format attribute to be specified in function pointer prototypesNuno Lopes
2008-03-07Patch by Nuno Lopes:Ted Kremenek