llvm-project/clang/test
Steve Naroff c10c2e339f Fix rewriter tests to work with new output file logic. This changes forces the output to standard out (rather than generate a .cpp file, which is the new default for the rewriter).
llvm-svn: 48847
2008-03-26 22:28:40 +00:00
..
Analysis Changed merge operation for uninitialized values analysis to "intersect" (previous union). 2008-03-22 20:11:00 +00:00
Analysis-Apple Added test case for static analysis to warn about passing uninitialized values as arguments (not the receiver) in message expressions. 2008-03-26 22:00:11 +00:00
CodeGen The operand to the visibility attribute is required to be a quoted string, not a bare identifier. 2008-03-04 18:08:48 +00:00
Lexer Fix PR2090, a typo in digraph processing. 2008-02-24 19:05:57 +00:00
Misc Removed option "-parse-ast-check" from clang driver. This is now implemented 2007-09-26 20:14:22 +00:00
Parser implement simple support for arbitrary token lookahead. Change the 2008-03-10 06:06:04 +00:00
Preprocessor fix this test. 2008-03-22 00:07:50 +00:00
Rewriter Fix rewriter tests to work with new output file logic. This changes forces the output to standard out (rather than generate a .cpp file, which is the new default for the rewriter). 2008-03-26 22:28:40 +00:00
Sema allow the format attribute to be specified in function pointer prototypes 2008-03-25 23:01: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 test case for static analyzer to detect uses of uninitialized pointers as receivers in Objective-C message expressions. 2008-03-26 21:51:44 +00:00
Makefile.parallel Added test case for static analyzer to detect uses of uninitialized pointers as receivers in Objective-C message expressions. 2008-03-26 21:51:44 +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