aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/format-strings.c
AgeCommit message (Expand)Author
2009-11-17Don't #include <stdio.h> when tests don't need it, or use clang instead of cl...Daniel Dunbar
2009-10-29Fix some Window-isms to get these tests to pass on Windows.John Thompson
2009-05-13Fix <rdar://problem/6880975> [format string] Assertion failed: (Arg < NumArgs...Ted Kremenek
2009-04-29implement -Wformat-security properly, which is enabled by default.Chris Lattner
2009-04-29tweak warning options to be more like gcc:Chris Lattner
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-20Fix <rdar://problem/6704086> by allowing the format string checking in Sema toTed Kremenek
2009-02-18use the full spelling of a string literal token so that trigraphsChris Lattner
2009-02-18add c testcase for string literal diagnostic improvement.Chris Lattner
2009-02-14Add hook to add attributes to function declarations that we knowDouglas Gregor
2009-01-12Fix test case (incomplete "expected-warning" line)Ted Kremenek
2009-01-12Patch by Roman Divacky:Ted Kremenek
2008-10-02Add support for format string checking of object-size checkingDaniel Dunbar
2008-08-20Fix test failure on Linux.Eli Friedman
2008-08-05Add EXTWARN Diagnostic class.Daniel Dunbar
2007-12-17Modified format-string checking to not emit a warning when all of theTed Kremenek
2007-10-15Fix a warningAnders Carlsson
2007-10-12Added notion of '*' specified format width/specifiers when checkingTed Kremenek
2007-10-12Add some more diagnostics for va_start, fix tests so they pass with these new...Anders Carlsson
2007-10-11rename -parse-ast-print to -ast-printChris Lattner
2007-09-26Removed option "-parse-ast-check" from clang driver. This is now implementedTed Kremenek
2007-08-14Added support for additional format string checking for the printfTed Kremenek
2007-08-10initial support for checking format strings, patch by Ted Kremenek:Chris Lattner