clang/test
Nuno Lopes 9a979c327c fix CheckForConstantInitializer() for Compound Literals
also fix the correspondent test (it was expecting more errors than it should. please confirm my fix is correct (at least gcc agrees with me)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53174 91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-07 16:46:50 +00:00
..
Analysis '&&' commands together so that the test status reflects the results of all the commands, otherwise the test status will be the result of only the last command. 2008-07-04 10:33:02 +00:00
CodeGen Fix a bug where we didn't promote 'const float' (or typedefs) to 2008-06-27 22:48:56 +00:00
Lexer Fix PR2252: don't warn on negating an unsigned value ever, and don't emit 2008-07-03 03:47:30 +00:00
Misc Removed option "-parse-ast-check" from clang driver. This is now implemented 2007-09-26 20:14:22 +00:00
Parser Handle unnamed bitfields when parsing C++ classes. 2008-06-28 08:10:48 +00:00
Preprocessor Multiple tests in a single test file must be linked with '&&'. 2008-06-12 12:40:02 +00:00
Rewriter Switch 'super' from being a weird cast thing to being a predefined expr node. 2008-06-21 18:04:54 +00:00
Sema fix CheckForConstantInitializer() for Compound Literals 2008-07-07 16:46:50 +00:00
Serialization Added "complex.c" (a copy of test/Codegen/complex.) to the serialization 2007-11-29 19:05:51 +00:00
Makefile Remove Analysis-Apple. 2008-06-16 21:21:48 +00:00
TestRunner.sh The newest version of valgrind, 3.3.0, no longer appends PIDs to log filenames 2008-03-23 03:42:18 +00:00