hanchenye-llvm-project/clang/test
Chris Lattner a779d69029 Fix a rewriter crash when the whole body of a foreach is itself
rewritten, as in Sema/rewrite-foreach-6.m.  Fariborz/Steve,
please review this to see if it is sane.

llvm-svn: 46600
2008-01-31 05:10:40 +00:00
..
Analysis GCC has an extension where the left hand side of the ? : operator can be omitted. Handle this in a few more places. 2007-11-30 19:04:31 +00:00
CodeGen Fix PR1921 by promoting negative indices to intptrty. 2008-01-31 04:12:50 +00:00
Lexer Add support for #pragma mark, which shouldn't warn about bogus tokens. 2007-12-19 19:38:36 +00:00
Misc Removed option "-parse-ast-check" from clang driver. This is now implemented 2007-09-26 20:14:22 +00:00
Parser Add support for dispatching an objc message to a variable 2008-01-25 19:43:26 +00:00
Preprocessor Fix a bug where we would incorrectly emit a "cannot paste" error 2008-01-29 07:54:23 +00:00
Sema Fix a rewriter crash when the whole body of a foreach is itself 2008-01-31 05:10:40 +00:00
Serialization Added "complex.c" (a copy of test/Codegen/complex.) to the serialization 2007-11-29 19:05:51 +00:00
Makefile Added the "Serialization" test directory to the set of tests executed. 2007-11-28 19:24:15 +00:00
TestRunner.sh verify that tests contain RUN lines. 2007-12-12 06:19:22 +00:00