summaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] CmpRuns can now optionally delete empty reports.Anna Zaks2011-09-121-5/+7
* [analyzer] CmpRuns.cmpScanBuildResults() should be easy to call from other mo...Anna Zaks2011-09-121-18/+32
* Rename CmpRuns into CmpRuns.py so that it could be used as a module.Anna Zaks2011-09-121-0/+0
* Easier debugging with Visual Studio Visualizers, from Nikola Smiljanic!Douglas Gregor2011-07-271-0/+44
* fix a bunch of comment typos found by codespell. Patch byChris Lattner2011-04-152-2/+2
* Minor fix for clang-completion-mode, from Dve AbrahamsDouglas Gregor2010-12-141-2/+2
* utils/ABITest: Factor out type naming code slightly.Daniel Dunbar2010-09-272-10/+24
* utils/ABITest: Tweak default bit-field types to cover some more interesting c...Daniel Dunbar2010-09-271-2/+4
* utils/ABITest: Add a workaround for mismatches due to PR5579.Daniel Dunbar2010-09-271-1/+7
* utils/ABITest: Add option to skip individual tests by index.Daniel Dunbar2010-09-271-0/+6
* 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