llvm-project/clang/test
Douglas Gregor 00447933f6 Remove the TopLevelDecls from TranslationUnit, since all of those decls are owned by the ASTContext's TranslationUnitDecl. There are definitely some leaking Decls now that I'll tackle tomorrow
llvm-svn: 62568
2009-01-20 04:25:11 +00:00
..
Analysis Make test independent of stdint.h 2009-01-20 01:27:09 +00:00
CodeGen Vector codegen improvements 2009-01-18 06:42:49 +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 Patch to re-implement ivar-list meta-data generation to fix 2009-01-17 19:36:33 +00:00
Coverage A couple more vector component access fixes. 2009-01-18 02:01:21 +00:00
Driver Change -verify mode to find the "expected-error" and "expected-warning" strings 2008-11-21 01:18:36 +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 Centralize error reporting of improper uses of incomplete types in the 2009-01-19 19:26:10 +00:00
Preprocessor fix rdar://6505352 - Bogus warning with -WUndef, a case 2009-01-18 21:18:58 +00:00
Rewriter Fix <rdar://problem/6465284> clang ObjC rewriter: objc_super messed up again. 2008-12-23 20:11:22 +00:00
Sema Centralize error reporting of improper uses of incomplete types in the 2009-01-19 19:26:10 +00:00
SemaCXX Add missing test case for operator ! result type. 2009-01-19 21:37:51 +00:00
SemaObjC Type of property and its ivar is more restrictive 2009-01-19 20:13:47 +00:00
SemaObjCXX Use a single function for doing vararg argument promotion. Also, make sure to do the promotion before checking the type - fixes PR3340. 2009-01-16 16:48:51 +00:00
Serialization Remove the TopLevelDecls from TranslationUnit, since all of those decls are owned by the ASTContext's TranslationUnitDecl. There are definitely some leaking Decls now that I'll tackle tomorrow 2009-01-20 04:25:11 +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