llvm-project/clang/test
Chris Lattner 9e137aad78 fix a couple switch codegen problems Oliver reported.
llvm-svn: 44484
2007-12-01 05:27:33 +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 a couple switch codegen problems Oliver reported. 2007-12-01 05:27:33 +00:00
Lexer Doh! Check in this long overdue test fix. 2007-11-30 06:35:48 +00:00
Misc Removed option "-parse-ast-check" from clang driver. This is now implemented 2007-09-26 20:14:22 +00:00
Parser GCC fails if there is a trailing colon but no clobbers. 2007-11-21 23:27:34 +00:00
Preprocessor Fix PR1820, an incredibly subtle macro expansion bug that Neil discovered. 2007-11-23 06:50:21 +00:00
Sema Support lax vector conversions. 2007-11-30 04:21:22 +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 Changed TestRunner.sh to dump the output and generated script files in 2007-11-28 19:16:54 +00:00