clang/test
Steve Naroff ca107309ff Sema::CheckInitializerTypes(). Start simpliying and cleaning up...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46234 91177308-0d34-0410-b5e6-96231b3b80d8
2008-01-21 23:53:58 +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 Simplify the bitfield codegen. 2008-01-21 22:54:57 +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 Don't ICE on missing interface declaration when declaring one of its protocols. 2008-01-17 20:33:24 +00:00
Preprocessor avoid pasting L + "foo" into L"foo". 2008-01-15 05:22:14 +00:00
Sema Sema::CheckInitializerTypes(). Start simpliying and cleaning up... 2008-01-21 23:53:58 +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