summaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Whoops, did not mean to commit thisAnders Carlsson2009-08-161-1/+1
* Store the delete operator for delete expressions.Anders Carlsson2009-08-161-1/+1
* lit: flush stdout in no-fancy-progress-bar mode as well.Benjamin Kramer2009-08-141-0/+2
* Pass '-Wno-' options to clang-cc. This fixes <rdar://problem/6943988>.Ted Kremenek2009-08-141-2/+11
* Add a simple tool for comparing two static analyzer runs, primarily for use fromDaniel Dunbar2009-08-061-0/+230
* Fix locating the 'lit.cfg' file when running on only a single file in theDaniel Dunbar2009-08-061-1/+2
* Renable "html" indexing by default.Ted Kremenek2009-08-041-1/+1
* lit: Some sample tests, for testing the testerDaniel Dunbar2009-08-045-0/+20
* Recognize '-M' and '-MM' options.Ted Kremenek2009-08-041-1/+1
* 'unlink' file directly instead of invoking system shell.Ted Kremenek2009-08-041-1/+1
* Have scan-build clue off of 'BUGMETAEND' to know when to stop processing an H...Ted Kremenek2009-08-031-8/+1
* lit: Don't treat '\' as an escape in unquoted strings, on Win32. This turns outDaniel Dunbar2009-08-032-11/+12
* Include '-o' arguments in verbose output.Ted Kremenek2009-08-021-11/+11
* lit: Catch (internal) exceptions when using --no-sh.Daniel Dunbar2009-08-011-12/+10
* lit: Fix thinko in finding config file.Daniel Dunbar2009-08-011-2/+2
* lit: Add internal script execution.Daniel Dunbar2009-08-013-6/+137
* lit: Two more sh lex/parse bugs (but its so simple!)Daniel Dunbar2009-08-011-5/+20
* lit: Fix two sh lexing bugs.Daniel Dunbar2009-08-011-4/+14
* lit: Fix a name lookup problem, which only occurred on a race condition. This isDaniel Dunbar2009-08-012-2/+1
* lit: Pull a few more variables into the TestingConfig object.Daniel Dunbar2009-08-013-31/+19
* lit: Don't use threads when only running one test, or with -j 1.Daniel Dunbar2009-08-011-11/+23
* MultiTestRunner: Add 'sh' parsing to ShUtil.Daniel Dunbar2009-08-011-7/+246
* MultiTestRunner: Fix invalid warning when pointing 'lit' directly at a test.Daniel Dunbar2009-07-311-0/+1
* MultiTestRunner: Add module for lexing 'sh' commands.Daniel Dunbar2009-07-311-0/+126
* MultiTestRunner: Simplify, cleanup, and rename!Daniel Dunbar2009-07-314-188/+228
* Add scan-build option '-no-failure-reports' to supress the creation of a 'fai...Ted Kremenek2009-07-302-40/+54
* MultiTestRunner: Stop printing XFAILs on every run, this doesn't really have anyDaniel Dunbar2009-07-301-2/+1
* scan-build: Don't try to index plist-html output directoriesDaniel Dunbar2009-07-291-5/+5
* Make the Python TestRunner work for individual testsDouglas Gregor2009-07-291-1/+5
* MultiTestRunner: Reenable --vg option.Daniel Dunbar2009-07-292-7/+16
* Only generate preprocessed files during crashes using Clang, not GCC.Ted Kremenek2009-07-281-8/+2
* Add scan-build support for 'plist-html', a hybrid mode that supports theTed Kremenek2009-07-272-19/+26
* Tweak MultiTestRunner --path argument.Daniel Dunbar2009-07-272-7/+11
* MultiTestRunner: Make sure to point at src dir, for out of tree builds.Daniel Dunbar2009-07-251-31/+31
* MultiTestRunner: Cleanup test execution & output.Daniel Dunbar2009-07-252-121/+84
* MultiTestRunner: Drop external script and DejaGNU compatibility options for now.Daniel Dunbar2009-07-252-41/+6
* MultiTestRunner: Disable valgrind support for now, I don't feel like maintainingDaniel Dunbar2009-07-252-26/+5
* MultiTestRunner/Win32: Add SYSTEMROOT to environment, replace '&&' in .batDaniel Dunbar2009-07-251-2/+8
* Make having no RUN line a failure.Daniel Dunbar2009-07-252-6/+3
* Remove this Makefile, it is unused.Daniel Dunbar2009-07-251-21/+0
* MultiTestRunner: Oops, clang wasn't being substituted properly. This is why theDaniel Dunbar2009-07-251-13/+15
* MultiTestRunner: Always use absolute path names for tests.Daniel Dunbar2009-07-252-2/+4
* MultiTestRunner: Validate '&&' at the end of RUN lines.Daniel Dunbar2009-07-251-10/+33
* MultiTestRunner: Explicitly define child environment, the only variable we needDaniel Dunbar2009-07-251-5/+4
* MultiTestRunner.py improvements.Daniel Dunbar2009-07-252-8/+14
* MultiTestRunner.py improvements.Daniel Dunbar2009-07-251-8/+40
* Whoops, did not mean to check this in.Anders Carlsson2009-07-251-2/+2
* More work on the constant struct builder. We now try to layout all constant s...Anders Carlsson2009-07-251-2/+2
* Enable the '-warn-security-syntactic' checker option by default.Ted Kremenek2009-07-241-0/+1
* Remove bogus check.Ted Kremenek2009-07-171-4/+0