hanchenye-llvm-project/clang/test
Fariborz Jahanian 9a5124a67e Don't ICE on missing interface declaration when declaring one of its protocols.
llvm-svn: 46141
2008-01-17 20:33:24 +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 Move promoteExprToType from being a static method in SemaExpr.cpp to being 2008-01-16 19:17:22 +00:00
Lexer Add support for #pragma mark, which shouldn't warn about bogus tokens. 2007-12-19 19:38:36 +00:00
Misc
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 Declarator::clear(): Null out variable after it's been deleted. 2008-01-17 00:36:28 +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