summaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in test programDouglas Gregor2010-07-141-1/+1
* FuzzTest: Add support for reading list of replacements from a file.Daniel Dunbar2010-05-301-0/+16
* utils: Add a generic fuzz testing tool.Daniel Dunbar2010-05-301-0/+324
* Wrap 'data' key in quotes.Ted Kremenek2010-04-171-1/+1
* Make script actually work.Ted Kremenek2010-04-171-1/+1
* Log code completion data in json format.Ted Kremenek2010-04-171-4/+7
* Include sender address in completion log.Ted Kremenek2010-04-151-0/+2
* Add simple python server for recording code completion timings.Ted Kremenek2010-04-151-0/+39
* More magic.Anders Carlsson2010-03-291-4/+4
* Sprinkle some sed dust over check-ztt to make it work with newer clang asm ou...Anders Carlsson2010-03-291-2/+2
* Didn't mean to commit this.Anders Carlsson2010-03-261-1/+1
* Use the new vtable layout code for construction vtables.Anders Carlsson2010-03-261-1/+1
* make the vtable tester a little friendlier, with a clean target and without r...Douglas Gregor2010-03-241-3/+6
* Implement promotion for enumeration types.Douglas Gregor2010-02-022-1/+96
* Include <stdlib.h>, so that we're sure to get atoi.Douglas Gregor2010-02-021-1/+2
* Extern darwin-clang_rt.c test to also test targetting ARM ({armv6, armv7} xDaniel Dunbar2010-01-231-10/+90
* Add a test for clang_rt support on Darwin. With appropriate massaging, thisDaniel Dunbar2010-01-211-0/+258
* Tweak OptionalTests paths.Daniel Dunbar2010-01-211-1/+10
* Add utils/OptionalTests, a dumping ground for additional (lit) tests which forDaniel Dunbar2010-01-213-0/+24
* Insert clang-flags into the clang command. Currently it needs to be a list;John McCall2010-01-131-18/+18
* Remove unused code.Mike Stump2010-01-121-3/+0
* Improve covariance tester to randomize the return value more.Mike Stump2010-01-121-16/+57
* Add covariance tester.Mike Stump2010-01-121-8/+35
* Allow N_FIELDS to be 0.Mike Stump2010-01-121-1/+1
* Fix indentation.Mike Stump2010-01-081-1/+1
* Add in final overrider logic.Mike Stump2010-01-084-14/+72
* Add checker for type infos.Mike Stump2010-01-071-0/+20
* Add checked for VTTs.Mike Stump2010-01-071-0/+20
* Detailed vtable checker.Mike Stump2010-01-072-1/+19
* 1/2 off all structs should not have any virtual functions.Mike Stump2010-01-071-8/+13
* Add a descriptive tag to each line to make the exact differencesMike Stump2010-01-071-12/+12
* Don't use two argument mixing function.Mike Stump2010-01-071-2/+1
* Also generate the .s files.Mike Stump2010-01-071-2/+4
* Add a testcase generator for vtable/rtti testing. WIP.Mike Stump2010-01-072-0/+242
* 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
* Switch the Emacs clang-completion-mode over to clang -cc1Douglas Gregor2009-12-111-19/+19
* Update docs/comments/utils/examples to refer to clang -cc1 instead of clang-cc.Daniel Dunbar2009-12-111-4/+4
* Beef up Clang-on-LLVM testing a bit, by making LLVM-Syntax recursiveDouglas Gregor2009-12-102-5/+29
* Add utils/TestUtils, and sink pch-test.pl there.Daniel Dunbar2009-12-032-0/+24
* Tuck away scan-build related files into tools/scan-buildKovarththanan Rajaratnam2009-12-014-2484/+0
* Move ubiviz to analyzer directoryKovarththanan Rajaratnam2009-12-011-0/+0