hanchenye-llvm-project/clang/test
Ted Kremenek 24bef31597 Add path-sensitivity test case.
llvm-svn: 56294
2008-09-17 22:24:13 +00:00
..
Analysis Add path-sensitivity test case. 2008-09-17 22:24:13 +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 Fix http://llvm.org/bugs/show_bug.cgi?id=2760. 2008-09-17 14:05:40 +00:00
SemaCXX Give string literals const element typesin C++, and cope with the deprecated C++ conversion from a string literal to a pointer-to-non-const-character 2008-09-12 00:47:35 +00:00
SemaObjC Iterate on sema for :? in Objective-C: 2008-09-11 23:12:46 +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 Another attempt to make test/Makefile return correct error code. 2008-09-17 18:08:07 +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