llvm-project/clang/test
Chris Lattner 74112917b2 implement a fixme by making warnings for ++/-- on non-modifiable-lvalues better.
llvm-svn: 59484
2008-11-18 01:26:17 +00:00
..
Analysis Fix <rdar://problem/6333904> [sema] message lookup on super is incorrect 2008-11-17 22:29:32 +00:00
CodeGen fix folding of comma if given a non-constant operand. 2008-11-16 20:09:07 +00:00
CodeGenObjC Only test test/CodeGenObjC/synchronized.m as a i686-apple-darwin8 target 2008-11-17 20:45:14 +00:00
Coverage disable these two tests, they crash and take a long time to run crashreporter etc. 2008-11-13 18:45:47 +00:00
Driver Add -rewrite-macros test case. 2008-10-05 01:39:04 +00:00
Lexer Implement support for C++ nested-name-specifiers ('foo::bar::x') in the Parser side. 2008-11-08 16:45:02 +00:00
Misc fix bogus run line. 2008-08-18 19:54:48 +00:00
Parser Implement parsing and semantic checking of the 'mutable' keyword. 2008-11-14 23:42:31 +00:00
Preprocessor Skip random pathname characters better. I had a 5 in mine. 2008-10-27 22:49:55 +00:00
Rewriter Tighten up blocks rewriter to handle casts and some other interesting cases. 2008-10-15 18:38:58 +00:00
Sema Implement rdar://6319320: give a good diagnostic for cases where people 2008-11-17 19:51:54 +00:00
SemaCXX implement a fixme by making warnings for ++/-- on non-modifiable-lvalues better. 2008-11-18 01:26:17 +00:00
SemaObjC Fix <rdar://problem/6333904> [sema] message lookup on super is incorrect 2008-11-17 22:29:32 +00:00
SemaObjCXX Make it an error if an Objective-C declaration is not in the global scope. 2008-11-04 16:57:32 +00:00
Serialization Added "complex.c" (a copy of test/Codegen/complex.) to the serialization 2007-11-29 19:05:51 +00:00
Makefile Another attempt to make test/Makefile return correct error code. 2008-09-17 18:08:07 +00:00
TestRunner.sh Test commit. 2008-10-15 00:26:06 +00:00