aboutsummaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2009-12-11Switch the Emacs clang-completion-mode over to clang -cc1Douglas Gregor
2009-12-11Update docs/comments/utils/examples to refer to clang -cc1 instead of clang-cc.Daniel Dunbar
2009-12-10Beef up Clang-on-LLVM testing a bit, by making LLVM-Syntax recursiveDouglas Gregor
2009-12-03Add utils/TestUtils, and sink pch-test.pl there.Daniel Dunbar
2009-12-01Tuck away scan-build related files into tools/scan-buildKovarththanan Rajaratnam
2009-12-01Move ubiviz to analyzer directoryKovarththanan Rajaratnam
2009-11-26Don't run the LLVM Code tests by default.Daniel Dunbar
2009-11-26Add -Werror for Clang and LLVM on Clang (headers) syntax tests.Daniel Dunbar
2009-11-26Add C++ tests to try to parse and compile the LLVM librariesDouglas Gregor
2009-11-25Don't try to parse LinkAllParses.h for nowDouglas Gregor
2009-11-23Remove '-checker-simple' reference from scan-build. Patch by Kovarththanan R...Ted Kremenek
2009-11-23Change Clang-Code-Compile tests to only -emit-llvm instead of runningDaniel Dunbar
2009-11-15Add two new C++ lit tests suites, for testing Clang .cpp files withDaniel Dunbar
2009-11-15Add Clang-Syntax C++Tests; these don't run by default, use the lit argumentsDaniel Dunbar
2009-11-15Use the other excludes syntax.Daniel Dunbar
2009-11-13Use 'eq' operator, and enable regular experimental checks when --experimental...Ted Kremenek
2009-11-13Add clang-cc option "--analyzer-experimental-internal-checks". ThisTed Kremenek
2009-11-06Turn off -Wsign-compare warnings by defaultDouglas Gregor
2009-11-06When we encounter a derived-to-base conversion when performing anDouglas Gregor
2009-11-05Fixed two places where we needed to force completion of a typeDouglas Gregor
2009-10-09Experimental, ultra-hacking Emacs minor mode for Clang-based code completion.Douglas Gregor
2009-09-25Turn on 'RegionStore' as the default store manager both for 'clang --analyze'...Ted Kremenek
2009-09-22Remove old test runner, this has moved to LLVM/utils/lit and all known clientsDaniel Dunbar
2009-09-16A toy for Doug: Add some 'lit' tests which just run clang++ -fsyntax-only ove...Daniel Dunbar
2009-09-04Also compare stdout and stderr lines.Daniel Dunbar
2009-09-04Make CmpDriver less stupid.Daniel Dunbar
2009-09-04Add a valgrind suppressions file for x86_64-pc-linux-gnu and gcc-4.3.3 whichDaniel Dunbar
2009-09-04Add --vg-arg option to clang test runner.Daniel Dunbar
2009-08-16Whoops, did not mean to commit thisAnders Carlsson
2009-08-16Store the delete operator for delete expressions.Anders Carlsson
2009-08-14lit: flush stdout in no-fancy-progress-bar mode as well.Benjamin Kramer
2009-08-14Pass '-Wno-' options to clang-cc. This fixes <rdar://problem/6943988>.Ted Kremenek
2009-08-06Add a simple tool for comparing two static analyzer runs, primarily for use fromDaniel Dunbar
2009-08-06Fix locating the 'lit.cfg' file when running on only a single file in theDaniel Dunbar
2009-08-04Renable "html" indexing by default.Ted Kremenek
2009-08-04lit: Some sample tests, for testing the testerDaniel Dunbar
2009-08-04Recognize '-M' and '-MM' options.Ted Kremenek
2009-08-04'unlink' file directly instead of invoking system shell.Ted Kremenek
2009-08-03Have scan-build clue off of 'BUGMETAEND' to know when to stop processing an H...Ted Kremenek
2009-08-03lit: Don't treat '\' as an escape in unquoted strings, on Win32. This turns outDaniel Dunbar
2009-08-02Include '-o' arguments in verbose output.Ted Kremenek
2009-08-01lit: Catch (internal) exceptions when using --no-sh.Daniel Dunbar
2009-08-01lit: Fix thinko in finding config file.Daniel Dunbar
2009-08-01lit: Add internal script execution.Daniel Dunbar
2009-08-01lit: Two more sh lex/parse bugs (but its so simple!)Daniel Dunbar
2009-08-01lit: Fix two sh lexing bugs.Daniel Dunbar
2009-08-01lit: Fix a name lookup problem, which only occurred on a race condition. This isDaniel Dunbar
2009-08-01lit: Pull a few more variables into the TestingConfig object.Daniel Dunbar
2009-08-01lit: Don't use threads when only running one test, or with -j 1.Daniel Dunbar
2009-08-01MultiTestRunner: Add 'sh' parsing to ShUtil.Daniel Dunbar