llvm-project/clang/test
Steve Naroff abefc391dd Finish up handling all permutations of "complex int" (in Sema::UsualArithmeticConversions()).
A FIXME remains to verify the conversion rules are consistent with GCC.

Thanks to Eli for the new/improved test case...

llvm-svn: 46022
2008-01-15 22:21:49 +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 Add codegen upport for implicit casts to aggregate exprs. 2008-01-14 06:28: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 Recover from user typo not having proper @interface decl and a bad foreach decl. 2008-01-10 20:33:58 +00:00
Preprocessor avoid pasting L + "foo" into L"foo". 2008-01-15 05:22:14 +00:00
Sema Finish up handling all permutations of "complex int" (in Sema::UsualArithmeticConversions()). 2008-01-15 22:21:49 +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