| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fixed two places where we needed to force completion of a type | Douglas Gregor | 2009-11-05 | 1 | -0/+1 |
* | Experimental, ultra-hacking Emacs minor mode for Clang-based code completion. | Douglas Gregor | 2009-10-09 | 1 | -0/+257 |
* | Turn on 'RegionStore' as the default store manager both for 'clang --analyze'... | Ted Kremenek | 2009-09-25 | 2 | -5/+7 |
* | Remove old test runner, this has moved to LLVM/utils/lit and all known clients | Daniel Dunbar | 2009-09-22 | 11 | -1467/+0 |
* | A toy for Doug: Add some 'lit' tests which just run clang++ -fsyntax-only ove... | Daniel Dunbar | 2009-09-16 | 3 | -0/+57 |
* | Also compare stdout and stderr lines. | Daniel Dunbar | 2009-09-04 | 1 | -5/+31 |
* | Make CmpDriver less stupid. | Daniel Dunbar | 2009-09-04 | 1 | -32/+22 |
* | Add a valgrind suppressions file for x86_64-pc-linux-gnu and gcc-4.3.3 which | Daniel Dunbar | 2009-09-04 | 1 | -0/+23 |
* | Add --vg-arg option to clang test runner. | Daniel Dunbar | 2009-09-04 | 3 | -3/+9 |
* | Whoops, did not mean to commit this | Anders Carlsson | 2009-08-16 | 1 | -1/+1 |
* | Store the delete operator for delete expressions. | Anders Carlsson | 2009-08-16 | 1 | -1/+1 |
* | lit: flush stdout in no-fancy-progress-bar mode as well. | Benjamin Kramer | 2009-08-14 | 1 | -0/+2 |
* | Pass '-Wno-' options to clang-cc. This fixes <rdar://problem/6943988>. | Ted Kremenek | 2009-08-14 | 1 | -2/+11 |
* | Add a simple tool for comparing two static analyzer runs, primarily for use from | Daniel Dunbar | 2009-08-06 | 1 | -0/+230 |
* | Fix locating the 'lit.cfg' file when running on only a single file in the | Daniel Dunbar | 2009-08-06 | 1 | -1/+2 |
* | Renable "html" indexing by default. | Ted Kremenek | 2009-08-04 | 1 | -1/+1 |
* | lit: Some sample tests, for testing the tester | Daniel Dunbar | 2009-08-04 | 5 | -0/+20 |
* | Recognize '-M' and '-MM' options. | Ted Kremenek | 2009-08-04 | 1 | -1/+1 |
* | 'unlink' file directly instead of invoking system shell. | Ted Kremenek | 2009-08-04 | 1 | -1/+1 |
* | Have scan-build clue off of 'BUGMETAEND' to know when to stop processing an H... | Ted Kremenek | 2009-08-03 | 1 | -8/+1 |
* | lit: Don't treat '\' as an escape in unquoted strings, on Win32. This turns out | Daniel Dunbar | 2009-08-03 | 2 | -11/+12 |
* | Include '-o' arguments in verbose output. | Ted Kremenek | 2009-08-02 | 1 | -11/+11 |
* | lit: Catch (internal) exceptions when using --no-sh. | Daniel Dunbar | 2009-08-01 | 1 | -12/+10 |
* | lit: Fix thinko in finding config file. | Daniel Dunbar | 2009-08-01 | 1 | -2/+2 |
* | lit: Add internal script execution. | Daniel Dunbar | 2009-08-01 | 3 | -6/+137 |
* | lit: Two more sh lex/parse bugs (but its so simple!) | Daniel Dunbar | 2009-08-01 | 1 | -5/+20 |
* | lit: Fix two sh lexing bugs. | Daniel Dunbar | 2009-08-01 | 1 | -4/+14 |
* | lit: Fix a name lookup problem, which only occurred on a race condition. This is | Daniel Dunbar | 2009-08-01 | 2 | -2/+1 |
* | lit: Pull a few more variables into the TestingConfig object. | Daniel Dunbar | 2009-08-01 | 3 | -31/+19 |
* | lit: Don't use threads when only running one test, or with -j 1. | Daniel Dunbar | 2009-08-01 | 1 | -11/+23 |
* | MultiTestRunner: Add 'sh' parsing to ShUtil. | Daniel Dunbar | 2009-08-01 | 1 | -7/+246 |
* | MultiTestRunner: Fix invalid warning when pointing 'lit' directly at a test. | Daniel Dunbar | 2009-07-31 | 1 | -0/+1 |
* | MultiTestRunner: Add module for lexing 'sh' commands. | Daniel Dunbar | 2009-07-31 | 1 | -0/+126 |
* | MultiTestRunner: Simplify, cleanup, and rename! | Daniel Dunbar | 2009-07-31 | 4 | -188/+228 |
* | Add scan-build option '-no-failure-reports' to supress the creation of a 'fai... | Ted Kremenek | 2009-07-30 | 2 | -40/+54 |
* | MultiTestRunner: Stop printing XFAILs on every run, this doesn't really have any | Daniel Dunbar | 2009-07-30 | 1 | -2/+1 |
* | scan-build: Don't try to index plist-html output directories | Daniel Dunbar | 2009-07-29 | 1 | -5/+5 |
* | Make the Python TestRunner work for individual tests | Douglas Gregor | 2009-07-29 | 1 | -1/+5 |
* | MultiTestRunner: Reenable --vg option. | Daniel Dunbar | 2009-07-29 | 2 | -7/+16 |
* | Only generate preprocessed files during crashes using Clang, not GCC. | Ted Kremenek | 2009-07-28 | 1 | -8/+2 |
* | Add scan-build support for 'plist-html', a hybrid mode that supports the | Ted Kremenek | 2009-07-27 | 2 | -19/+26 |
* | Tweak MultiTestRunner --path argument. | Daniel Dunbar | 2009-07-27 | 2 | -7/+11 |
* | MultiTestRunner: Make sure to point at src dir, for out of tree builds. | Daniel Dunbar | 2009-07-25 | 1 | -31/+31 |
* | MultiTestRunner: Cleanup test execution & output. | Daniel Dunbar | 2009-07-25 | 2 | -121/+84 |
* | MultiTestRunner: Drop external script and DejaGNU compatibility options for now. | Daniel Dunbar | 2009-07-25 | 2 | -41/+6 |
* | MultiTestRunner: Disable valgrind support for now, I don't feel like maintaining | Daniel Dunbar | 2009-07-25 | 2 | -26/+5 |
* | MultiTestRunner/Win32: Add SYSTEMROOT to environment, replace '&&' in .bat | Daniel Dunbar | 2009-07-25 | 1 | -2/+8 |
* | Make having no RUN line a failure. | Daniel Dunbar | 2009-07-25 | 2 | -6/+3 |
* | Remove this Makefile, it is unused. | Daniel Dunbar | 2009-07-25 | 1 | -21/+0 |
* | MultiTestRunner: Oops, clang wasn't being substituted properly. This is why the | Daniel Dunbar | 2009-07-25 | 1 | -13/+15 |