summaryrefslogtreecommitdiffstats
path: root/utils/C++Tests
Commit message (Expand)AuthorAgeFilesLines
* Remove the Alpha backend.Dan Gohman2011-10-273-6/+0
* Remove the Blackfin backend.Dan Gohman2011-10-253-6/+0
* Remove the SystemZ backend.Dan Gohman2011-10-243-6/+0
* Tests: Tweak LLVM-Code-Symbols test to ignore common and undefined symbols forDaniel Dunbar2009-12-261-10/+22
* Sketch a simple new C++Tests suite for checking that llvm-gcc and clang generateDaniel Dunbar2009-12-243-0/+99
* Don't commit my silly little local changesDouglas Gregor2009-12-232-3/+1
* Fix DISABLE_SMART_POINTERS buildDouglas Gregor2009-12-232-1/+3
* Revert accidental commitDouglas Gregor2009-12-222-2/+0
* Switch Sema::AddCXXDirectInitializerToDecl over to InitializationSequenceDouglas Gregor2009-12-222-0/+2
* C++Tests: Add target paths for LLVM-Code-Compile checks as well.Daniel Dunbar2009-12-181-1/+33
* Add a couple more paths to the LLVM-Code-Syntax testDouglas Gregor2009-12-171-0/+6
* Remove accidental commit containing local paths for the LLVM-Code-Syntax testDouglas Gregor2009-12-141-1/+0
* Minor cleanups for constructor initialization in InitializationSequenceDouglas Gregor2009-12-141-0/+1
* Beef up Clang-on-LLVM testing a bit, by making LLVM-Syntax recursiveDouglas Gregor2009-12-102-5/+29
* Don't run the LLVM Code tests by default.Daniel Dunbar2009-11-261-8/+4
* Add -Werror for Clang and LLVM on Clang (headers) syntax tests.Daniel Dunbar2009-11-262-0/+2
* Add C++ tests to try to parse and compile the LLVM librariesDouglas Gregor2009-11-262-0/+47
* Don't try to parse LinkAllParses.h for nowDouglas Gregor2009-11-251-1/+1
* Change Clang-Code-Compile tests to only -emit-llvm instead of runningDaniel Dunbar2009-11-231-1/+1
* Add two new C++ lit tests suites, for testing Clang .cpp files withDaniel Dunbar2009-11-153-4/+62
* Add Clang-Syntax C++Tests; these don't run by default, use the lit argumentsDaniel Dunbar2009-11-152-0/+28
* Use the other excludes syntax.Daniel Dunbar2009-11-151-4/+2
* Turn off -Wsign-compare warnings by defaultDouglas Gregor2009-11-061-1/+1
* When we encounter a derived-to-base conversion when performing anDouglas Gregor2009-11-061-1/+4
* Fixed two places where we needed to force completion of a typeDouglas Gregor2009-11-051-0/+1
* A toy for Doug: Add some 'lit' tests which just run clang++ -fsyntax-only ove...Daniel Dunbar2009-09-163-0/+57