aboutsummaryrefslogtreecommitdiff
path: root/utils/C++Tests
AgeCommit message (Expand)Author
2013-01-25[utils] Remove C++Tests that I don't think anyone uses anymore.Daniel Dunbar
2012-11-14Remove the cellspu port.Eric Christopher
2012-03-23Remove the vestiges of the C backend.Eric Christopher
2011-10-27Remove the Alpha backend.Dan Gohman
2011-10-25Remove the Blackfin backend.Dan Gohman
2011-10-24Remove the SystemZ backend.Dan Gohman
2009-12-26Tests: Tweak LLVM-Code-Symbols test to ignore common and undefined symbols forDaniel Dunbar
2009-12-24Sketch a simple new C++Tests suite for checking that llvm-gcc and clang generateDaniel Dunbar
2009-12-23Don't commit my silly little local changesDouglas Gregor
2009-12-23Fix DISABLE_SMART_POINTERS buildDouglas Gregor
2009-12-22Revert accidental commitDouglas Gregor
2009-12-22Switch Sema::AddCXXDirectInitializerToDecl over to InitializationSequenceDouglas Gregor
2009-12-18C++Tests: Add target paths for LLVM-Code-Compile checks as well.Daniel Dunbar
2009-12-17Add a couple more paths to the LLVM-Code-Syntax testDouglas Gregor
2009-12-14Remove accidental commit containing local paths for the LLVM-Code-Syntax testDouglas Gregor
2009-12-14Minor cleanups for constructor initialization in InitializationSequenceDouglas Gregor
2009-12-10Beef up Clang-on-LLVM testing a bit, by making LLVM-Syntax recursiveDouglas Gregor
2009-11-26Don't run the LLVM Code tests by default.Daniel Dunbar
2009-11-26Add -Werror for Clang and LLVM on Clang (headers) syntax tests.Daniel Dunbar
2009-11-26Add C++ tests to try to parse and compile the LLVM librariesDouglas Gregor
2009-11-25Don't try to parse LinkAllParses.h for nowDouglas Gregor
2009-11-23Change Clang-Code-Compile tests to only -emit-llvm instead of runningDaniel Dunbar
2009-11-15Add two new C++ lit tests suites, for testing Clang .cpp files withDaniel Dunbar
2009-11-15Add Clang-Syntax C++Tests; these don't run by default, use the lit argumentsDaniel Dunbar
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