summaryrefslogtreecommitdiffstats
path: root/clang/utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't run the LLVM Code tests by default.Daniel Dunbar2009-11-261-8/+4
* Add -Werror for Clang and LLVM on Clang (headers) syntax tests.Daniel Dunbar2009-11-262-0/+2
* Add C++ tests to try to parse and compile the LLVM librariesDouglas Gregor2009-11-262-0/+47
* Don't try to parse LinkAllParses.h for nowDouglas Gregor2009-11-251-1/+1
* Remove '-checker-simple' reference from scan-build. Patch by Kovarththanan R...Ted Kremenek2009-11-231-1/+1
* Change Clang-Code-Compile tests to only -emit-llvm instead of runningDaniel Dunbar2009-11-231-1/+1
* Add two new C++ lit tests suites, for testing Clang .cpp files withDaniel Dunbar2009-11-153-4/+62
* Add Clang-Syntax C++Tests; these don't run by default, use the lit argumentsDaniel Dunbar2009-11-152-0/+28
* Use the other excludes syntax.Daniel Dunbar2009-11-151-4/+2
* Use 'eq' operator, and enable regular experimental checks when --experimental...Ted Kremenek2009-11-132-1/+2
* Add clang-cc option "--analyzer-experimental-internal-checks". ThisTed Kremenek2009-11-132-0/+13
* Turn off -Wsign-compare warnings by defaultDouglas Gregor2009-11-061-1/+1
* When we encounter a derived-to-base conversion when performing anDouglas Gregor2009-11-061-1/+4
* Fixed two places where we needed to force completion of a typeDouglas Gregor2009-11-051-0/+1
* Experimental, ultra-hacking Emacs minor mode for Clang-based code completion.Douglas Gregor2009-10-091-0/+257
* Turn on 'RegionStore' as the default store manager both for 'clang --analyze'...Ted Kremenek2009-09-252-5/+7
* Remove old test runner, this has moved to LLVM/utils/lit and all known clientsDaniel Dunbar2009-09-2211-1467/+0
* A toy for Doug: Add some 'lit' tests which just run clang++ -fsyntax-only ove...Daniel Dunbar2009-09-163-0/+57
* Also compare stdout and stderr lines.Daniel Dunbar2009-09-041-5/+31
* Make CmpDriver less stupid.Daniel Dunbar2009-09-041-32/+22
* Add a valgrind suppressions file for x86_64-pc-linux-gnu and gcc-4.3.3 whichDaniel Dunbar2009-09-041-0/+23
* Add --vg-arg option to clang test runner.Daniel Dunbar2009-09-043-3/+9
* 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
OpenPOWER on IntegriCloud