aboutsummaryrefslogtreecommitdiff
path: root/utils/C++Tests/LLVM-Syntax
AgeCommit message (Expand)Author
2013-01-25[utils] Remove C++Tests that I don't think anyone uses anymore.Daniel Dunbar
2009-12-10Beef up Clang-on-LLVM testing a bit, by making LLVM-Syntax recursiveDouglas Gregor
2009-11-26Add -Werror for Clang and LLVM on Clang (headers) syntax tests.Daniel Dunbar
2009-11-25Don't try to parse LinkAllParses.h for nowDouglas Gregor
2009-11-15Use the other excludes syntax.Daniel Dunbar
2009-11-06Turn off -Wsign-compare warnings by defaultDouglas Gregor
2009-11-06When we encounter a derived-to-base conversion when performing anDouglas Gregor
2009-11-05Fixed two places where we needed to force completion of a typeDouglas Gregor
2009-09-16A toy for Doug: Add some 'lit' tests which just run clang++ -fsyntax-only ove...Daniel Dunbar