aboutsummaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2010-03-29More magic.Anders Carlsson
2010-03-29Sprinkle some sed dust over check-ztt to make it work with newer clang asm ou...Anders Carlsson
2010-03-26Didn't mean to commit this.Anders Carlsson
2010-03-26Use the new vtable layout code for construction vtables.Anders Carlsson
2010-03-24make the vtable tester a little friendlier, with a clean target and without r...Douglas Gregor
2010-02-02Implement promotion for enumeration types.Douglas Gregor
2010-02-02Include <stdlib.h>, so that we're sure to get atoi.Douglas Gregor
2010-01-23Extern darwin-clang_rt.c test to also test targetting ARM ({armv6, armv7} xDaniel Dunbar
2010-01-21Add a test for clang_rt support on Darwin. With appropriate massaging, thisDaniel Dunbar
2010-01-21Tweak OptionalTests paths.Daniel Dunbar
2010-01-21Add utils/OptionalTests, a dumping ground for additional (lit) tests which forDaniel Dunbar
2010-01-13Insert clang-flags into the clang command. Currently it needs to be a list;John McCall
2010-01-12Remove unused code.Mike Stump
2010-01-12Improve covariance tester to randomize the return value more.Mike Stump
2010-01-12Add covariance tester.Mike Stump
2010-01-12Allow N_FIELDS to be 0.Mike Stump
2010-01-08Fix indentation.Mike Stump
2010-01-08Add in final overrider logic.Mike Stump
2010-01-07Add checker for type infos.Mike Stump
2010-01-07Add checked for VTTs.Mike Stump
2010-01-07Detailed vtable checker.Mike Stump
2010-01-071/2 off all structs should not have any virtual functions.Mike Stump
2010-01-07Add a descriptive tag to each line to make the exact differencesMike Stump
2010-01-07Don't use two argument mixing function.Mike Stump
2010-01-07Also generate the .s files.Mike Stump
2010-01-07Add a testcase generator for vtable/rtti testing. WIP.Mike Stump
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-11Switch the Emacs clang-completion-mode over to clang -cc1Douglas Gregor
2009-12-11Update docs/comments/utils/examples to refer to clang -cc1 instead of clang-cc.Daniel Dunbar
2009-12-10Beef up Clang-on-LLVM testing a bit, by making LLVM-Syntax recursiveDouglas Gregor
2009-12-03Add utils/TestUtils, and sink pch-test.pl there.Daniel Dunbar
2009-12-01Tuck away scan-build related files into tools/scan-buildKovarththanan Rajaratnam
2009-12-01Move ubiviz to analyzer directoryKovarththanan Rajaratnam
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-23Remove '-checker-simple' reference from scan-build. Patch by Kovarththanan R...Ted Kremenek
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