llvm-project/clang/test
Chris Lattner 686628e052 extend or truncate the initializer for a string initializer to match its type.
llvm-svn: 44751
2007-12-10 00:00:56 +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 extend or truncate the initializer for a string initializer to match its type. 2007-12-10 00:00:56 +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 Patch to prevent crash on use of objc2 syntax. 2007-12-05 18:16:33 +00:00
Preprocessor The flags on tokens indicate whether they are the start of a *physical* line, 2007-12-09 21:11:08 +00:00
Sema Implement correct semantic analysis of subtractions, implementing 2007-12-09 21:53:25 +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