hanchenye-llvm-project/clang/test
Steve Naroff f17c232a9e Downgrade incompatible block pointer error to a warning (to be consistent with incompatible pointer warnings in general).
llvm-svn: 56595
2008-09-24 23:31:10 +00:00
..
Analysis Updated test case. 2008-09-24 06:40:03 +00:00
CodeGen Bug fix, result of isIntegerConstantExpr could be of incorrect width 2008-09-22 23:53:24 +00:00
CodeGenObjC Add more testing of Obj-C property synthesis. 2008-09-24 18:00:13 +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 rdar://6222856: the receiver of a message expr is an 2008-09-19 17:44:00 +00:00
Preprocessor - Implement __block. 2008-09-02 18:50:17 +00:00
Rewriter Teach block rewriter to replace '^' with '*' in VarDecls. 2008-09-23 19:24:41 +00:00
Sema Downgrade incompatible block pointer error to a warning (to be consistent with incompatible pointer warnings in general). 2008-09-24 23:31:10 +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 Implement type checking of Objective-C property attributes. 2008-09-23 21:53:23 +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