llvm-project/clang/test
Douglas Gregor 088ea012cd Add -fnext-runtime to Objective-C properties testcase
llvm-svn: 62390
2009-01-17 00:53:59 +00:00
..
Analysis Fix PR 3337 [retain/release checker]: Handle FunctionDecl's declared using typedefs. 2009-01-16 18:40:33 +00:00
CodeGen add support for usage of cast to union thing with static vars 2009-01-17 00:48:48 +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 Add -fnext-runtime to Objective-C properties testcase 2009-01-17 00:53:59 +00:00
Coverage Patch to diagnose a variety of misuse of property 2008-12-06 01:12:43 +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 Catch a foreach parse error. 2009-01-17 00:00:40 +00:00
Preprocessor Make -E mode propagate #pragma comment's into the output. 2009-01-16 19:25:54 +00:00
Rewriter Fix <rdar://problem/6465284> clang ObjC rewriter: objc_super messed up again. 2008-12-23 20:11:22 +00:00
Sema Teach DeclContext how to find the primary declaration for any TagDecl 2009-01-17 00:42:38 +00:00
SemaCXX Teach DeclContext how to find the primary declaration for any TagDecl 2009-01-17 00:42:38 +00:00
SemaObjC Don't ICE (issue diagnostics) when receiver is a non-objc 2009-01-16 20:35:09 +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 Added "complex.c" (a copy of test/Codegen/complex.) to the serialization 2007-11-29 19:05:51 +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