llvm-project/clang/test
Daniel Dunbar 4aacad1f93 Use not instead of ! in tests.
llvm-svn: 67601
2009-03-24 01:59:55 +00:00
..
Analysis A test case to test that -warn-dead-stores does not emit a warning for stores to variables marked with '#pragma unused'. 2009-03-23 22:30:58 +00:00
CodeGen Use not instead of ! in tests. 2009-03-24 01:59:55 +00:00
CodeGenCXX Address Doug's comments wrt the mangler and fix Eli's test case 2009-03-10 17:07:44 +00:00
CodeGenObjC Must allow for strong cast of floats as well (objc2 gc). 2009-03-23 19:10:40 +00:00
Coverage Use not instead of ! in tests. 2009-03-24 01:59:55 +00:00
Driver Use not instead of ! in tests. 2009-03-24 01:59:55 +00:00
Frontend Don't use &> in tests; dash doesn't understand it. 2009-03-22 21:49:20 +00:00
Lexer Don't use &> in tests; dash doesn't understand it. 2009-03-22 21:49:20 +00:00
Misc fix PR3798 by ignoring all diagnostics generated while repreprocessing a file in rewrite macros. 2009-03-13 21:44:46 +00:00
Parser Recognize rvalue references in C++03, but complain about them. This leads to far better error recovery. 2009-03-23 00:00:23 +00:00
Preprocessor The individual pieces of an invalid paste as still candidates for expansion. 2009-03-23 17:32:45 +00:00
Rewriter Extend builtin "attribute" syntax to include a notation for 2009-02-14 00:32:47 +00:00
Sema Fix PR3868 by making Evaluate handle cases like "(long)&a + 4". 2009-03-24 01:14:50 +00:00
SemaCXX Handle pointers to arrays of abstract types. 2009-03-24 01:46:45 +00:00
SemaObjC Issue error if variables are defined inside an objc class, 2009-03-21 18:06:45 +00:00
SemaObjCXX When inside an Objective-C++ method, name lookup should look into the 2009-02-16 19:28:42 +00:00
SemaTemplate Cleanup template instantiation for methods, destructors 2009-03-24 00:38:23 +00:00
Makefile Add version information to ISO style test results. 2009-03-18 20:25:18 +00:00
TestRunner.sh Test commit. 2008-10-15 00:26:06 +00:00