hanchenye-llvm-project/clang/test
Chris Lattner 4f20351142 When promoting array to pointer for argument, don't lose type qualifiers.
llvm-svn: 45510
2008-01-02 22:50:48 +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 PR1895: a crash on an ugly gcc extension. 2008-01-02 21:54:09 +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 Issue diagnostic when objective-c's @interface is preceeded by a type specifier. 2008-01-02 19:17:38 +00:00
Preprocessor add run line 2007-12-12 06:20:40 +00:00
Sema When promoting array to pointer for argument, don't lose type qualifiers. 2008-01-02 22:50:48 +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