llvm-project/clang/test
Daniel Dunbar fa803cd260 Test case for -femit-all-decls.
llvm-svn: 63777
2009-02-04 21:20:25 +00:00
..
Analysis Fix horrible non-termination bug in LiveVariables. The issue was that 2009-01-30 21:35:30 +00:00
CodeGen Test case for -femit-all-decls. 2009-02-04 21:20:25 +00:00
CodeGenCXX make ScalarExprEmitter::EmitCompare() emit the expression with the correct type instead of always zext it to an int 2009-01-11 23:22:37 +00:00
CodeGenObjC Use -fnext-runtime for this test. 2009-02-04 00:03:15 +00:00
Coverage Handle demotion of coerced arguments (as in void a(x) short x; { ... }). 2009-02-04 07:22:24 +00:00
Driver avoid creating tmp files elsewhere 2009-02-02 15:33:56 +00:00
Lexer Fix PR2477 - clang misparses "//*" in C89 mode 2009-01-16 22:39:25 +00:00
Misc fix bogus run line. 2008-08-18 19:54:48 +00:00
Parser Basic representation of C++ class templates, from Andrew Sutton. 2009-02-04 19:02:06 +00:00
Preprocessor smaller header. 2009-02-04 19:47:38 +00:00
Rewriter Fix <rdar://problem/6465284> clang ObjC rewriter: objc_super messed up again. 2008-12-23 20:11:22 +00:00
Sema Note the Radar number that corresponds to PR3137 2009-02-04 19:10:27 +00:00
SemaCXX Diagnose ambiguities in getTypeName. Fixes http://llvm.org/bugs/show_bug.cgi?id=3475 2009-02-04 17:00:24 +00:00
SemaObjC Fix <rdar://problem/6552648> error: redefinition of 'XCElementAnchorDelegate' as different kind of symbol. 2009-02-04 17:14:05 +00:00
SemaObjCXX Initial implementation of argument dependent lookup (a.k.a. ADL, 2009-02-04 00:32:51 +00:00
Serialization true is pass, false is success. 2009-02-03 07:28:12 +00:00
Makefile Add test case for __ASSEMBLER__ definition. 2008-12-01 19:23:47 +00:00
TestRunner.sh Test commit. 2008-10-15 00:26:06 +00:00