hanchenye-llvm-project/clang/test
Chris Lattner cc5d1c2e4e implement -Wformat-security properly, which is enabled by default.
This enables one specific class of non-literal format warnings.

llvm-svn: 70368
2009-04-29 04:59:47 +00:00
..
Analysis Update test case. 2009-04-29 02:37:26 +00:00
CodeGen Improve compatibility with GCC regarding inline semantics in GNU89 2009-04-28 06:37:30 +00:00
CodeGenCXX Use the new guard variable mangling function and get rid of the old code. 2009-04-13 18:03:33 +00:00
CodeGenObjC rdar://6827200 - [sema] reject statically allocated arrays of interface types 2009-04-27 01:55:56 +00:00
Coverage remove obsolete tests. 2009-04-22 22:06:26 +00:00
Driver Force driver's PTH test to use PTH 2009-04-28 22:43:20 +00:00
FixIt Fixed the Fix-It hints for comparison against a string literal. Thanks, Chris! 2009-04-06 18:45:53 +00:00
Frontend Fixed the test. 2009-04-10 22:09:52 +00:00
Lexer Implement -Wfour-char-constants, which is an extension, not an extwarn, 2009-04-28 21:51:46 +00:00
Misc Fix rdar://6814950 - stdint.h isn't "-pedantic -std=c89" clean, 2009-04-22 03:42:19 +00:00
PCH Implement checking for macro definitions that occur on the command 2009-04-28 20:33:11 +00:00
Parser Simplify the scheme used for keywords, and change the classification 2009-04-28 03:13:54 +00:00
Preprocessor Simplify the scheme used for keywords, and change the classification 2009-04-28 03:13:54 +00:00
Rewriter Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
Sema implement -Wformat-security properly, which is enabled by default. 2009-04-29 04:59:47 +00:00
SemaCXX Fix a minor edge case in C89 mode related to the definition of a 2009-04-28 17:59:09 +00:00
SemaObjC rdar://6827200 - [sema] reject statically allocated arrays of interface types 2009-04-27 01:55:56 +00:00
SemaObjCXX Pull clang-cc code for generating PTH files based on the input type. 2009-04-01 05:09:09 +00:00
SemaTemplate Make the implicit-int handling error recovery stuff handle C++ 2009-04-14 22:17:06 +00:00
Makefile Update to account for the great driver renaming. 2009-03-25 17:56:16 +00:00
TestRunner.sh Implementation of pre-compiled headers (PCH) based on lazy 2009-04-09 22:27:44 +00:00