hanchenye-llvm-project/clang/test
Douglas Gregor aa1e21dcbd 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
llvm-svn: 56137
2008-09-12 00:47:35 +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 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 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