clang-1/test
Anders Carlsson 3907323dd6 GCC has an extension where the left hand side of the ? : operator can be omitted. Handle this in a few more places.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44462 91177308-0d34-0410-b5e6-96231b3b80d8
2007-11-30 19:04:31 +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 bug handling typedefs in member expr codegen. Patch 2007-11-30 18:02:19 +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