llvm-project/clang/test
Daniel Dunbar ce05c8eb49 Fix two bugs exposed by array passing assert:
(1) Additional arguments to variadic methods should have default
promotions applied.

(2) Additional arguments to non-variadic methods were allowed.

llvm-svn: 56084
2008-09-11 00:50:25 +00:00
..
Analysis Added test case for the dead stores checker that was originally an FP reported in PR 2763. 2008-09-04 21:52:52 +00:00
CodeGen Implement CodeGen support for the 'CXXConditionDeclExpr' expression node, which represents a 'condition' declaration, e.g: "if (int x=0) {...}". 2008-09-10 02:36:38 +00:00
CodeGenObjC Fix two bugs exposed by array passing assert: 2008-09-11 00:50:25 +00:00
Lexer Test case for previous commit (Workaround gcc bug causing crash on our 2008-09-05 03:23:51 +00:00
Misc fix bogus run line. 2008-08-18 19:54:48 +00:00
Parser Fix test case. 2008-09-09 20:56:12 +00:00
Preprocessor - Implement __block. 2008-09-02 18:50:17 +00:00
Rewriter Fix crasher in RewriteObjC::RewriteObjCSynchronizedStmt(). Can't depend on the source locations of the sync expression (since it may have been rewritten. 2008-08-19 13:04:19 +00:00
Sema More semantic analysis for blocks... 2008-09-10 19:17:48 +00:00
SemaCXX In the 'condition.cpp' test case, make sure that condition declarations are local to the statement. 2008-09-10 23:34:50 +00:00
SemaObjC Fix two bugs exposed by array passing assert: 2008-09-11 00:50:25 +00:00
SemaObjCXX Add carbon.cpp and cocoa.mm tests 2008-08-23 22:21:00 +00:00
Serialization Added "complex.c" (a copy of test/Codegen/complex.) to the serialization 2007-11-29 19:05:51 +00:00
Makefile Allow 'make TESTDIRS=Sema' in test/ directory for only running a 2008-08-28 23:28:16 +00:00
TestRunner.sh skip test if llvm-gcc is requires but not found on the path. 2008-09-06 16:42:14 +00:00