- aa74a1e Implement promotion for enumeration types. by Douglas Gregor · 15 years ago
- c6277a0 Include <stdlib.h>, so that we're sure to get atoi. by Douglas Gregor · 15 years ago
- fee1137 Extern darwin-clang_rt.c test to also test targetting ARM ({armv6, armv7} x by Daniel Dunbar · 15 years ago
- 60eea55 Add a test for clang_rt support on Darwin. With appropriate massaging, this by Daniel Dunbar · 15 years ago
- c67bb59 Tweak OptionalTests paths. by Daniel Dunbar · 15 years ago
- 6d44f6e Add utils/OptionalTests, a dumping ground for additional (lit) tests which for by Daniel Dunbar · 15 years ago
- 7ae4373 Insert clang-flags into the clang command. Currently it needs to be a list; by John McCall · 15 years ago
- 58002f9 Remove unused code. by Mike Stump · 15 years ago
- cffd516 Improve covariance tester to randomize the return value more. by Mike Stump · 15 years ago
- 72e933e Add covariance tester. by Mike Stump · 15 years ago
- 66d29ec Allow N_FIELDS to be 0. by Mike Stump · 15 years ago
- a8ae9f8 Fix indentation. by Mike Stump · 15 years ago
- 3d3744c Add in final overrider logic. by Mike Stump · 15 years ago
- d239227 Add checker for type infos. by Mike Stump · 15 years ago
- b5ed0f6 Add checked for VTTs. by Mike Stump · 15 years ago
- 3539f11 Detailed vtable checker. by Mike Stump · 15 years ago
- 82f0be9 1/2 off all structs should not have any virtual functions. by Mike Stump · 15 years ago
- 365d638 Add a descriptive tag to each line to make the exact differences by Mike Stump · 15 years ago
- 408a304 Don't use two argument mixing function. by Mike Stump · 15 years ago
- 1f48f4b Also generate the .s files. by Mike Stump · 15 years ago
- 46ae64f Add a testcase generator for vtable/rtti testing. WIP. by Mike Stump · 15 years ago
- a799cef Tests: Tweak LLVM-Code-Symbols test to ignore common and undefined symbols for by Daniel Dunbar · 15 years ago
- e868669 Sketch a simple new C++Tests suite for checking that llvm-gcc and clang generate by Daniel Dunbar · 15 years ago
- d7557e3 Don't commit my silly little local changes by Douglas Gregor · 15 years ago
- e1a5c17 Fix DISABLE_SMART_POINTERS build by Douglas Gregor · 15 years ago
- 006ce44 Revert accidental commit by Douglas Gregor · 15 years ago
- 90f9382 Switch Sema::AddCXXDirectInitializerToDecl over to InitializationSequence by Douglas Gregor · 15 years ago
- f11031f C++Tests: Add target paths for LLVM-Code-Compile checks as well. by Daniel Dunbar · 15 years ago
- 046a0f3 Add a couple more paths to the LLVM-Code-Syntax test by Douglas Gregor · 15 years ago
- eb3f00c Remove accidental commit containing local paths for the LLVM-Code-Syntax test by Douglas Gregor · 15 years ago
- a6ca650 Minor cleanups for constructor initialization in InitializationSequence by Douglas Gregor · 15 years ago
- d240724 Switch the Emacs clang-completion-mode over to clang -cc1 by Douglas Gregor · 15 years ago
- dd63b28 Update docs/comments/utils/examples to refer to clang -cc1 instead of clang-cc. by Daniel Dunbar · 15 years ago
- 5f16e52 Beef up Clang-on-LLVM testing a bit, by making LLVM-Syntax recursive by Douglas Gregor · 15 years ago
- 93c5b91 Add utils/TestUtils, and sink pch-test.pl there. by Daniel Dunbar · 15 years ago
- d8fdde1 Tuck away scan-build related files into tools/scan-build by Kovarththanan Rajaratnam · 15 years ago
- e1fea77 Move ubiviz to analyzer directory by Kovarththanan Rajaratnam · 15 years ago
- 9bf8a17 Don't run the LLVM Code tests by default. by Daniel Dunbar · 15 years ago
- 6cfe889 Add -Werror for Clang and LLVM on Clang (headers) syntax tests. by Daniel Dunbar · 15 years ago
- f21bf9b Add C++ tests to try to parse and compile the LLVM libraries by Douglas Gregor · 15 years ago
- 9d85109 Don't try to parse LinkAllParses.h for now by Douglas Gregor · 15 years ago
- a52e742 Remove '-checker-simple' reference from scan-build. Patch by Kovarththanan Rajaratnam! by Ted Kremenek · 15 years ago
- 93b189f Change Clang-Code-Compile tests to only -emit-llvm instead of running by Daniel Dunbar · 15 years ago
- c0513be7 Add two new C++ lit tests suites, for testing Clang .cpp files with by Daniel Dunbar · 15 years ago
- 72a0b79 Add Clang-Syntax C++Tests; these don't run by default, use the lit arguments by Daniel Dunbar · 15 years ago
- 36ce794 Use the other excludes syntax. by Daniel Dunbar · 15 years ago
- 2a1814a Use 'eq' operator, and enable regular experimental checks when --experimental-checks is passed to scan-build. by Ted Kremenek · 15 years ago
- 8382cf5 Add clang-cc option "--analyzer-experimental-internal-checks". This by Ted Kremenek · 15 years ago
- 35de813 Turn off -Wsign-compare warnings by default by Douglas Gregor · 15 years ago
- b7a86f5 When we encounter a derived-to-base conversion when performing an by Douglas Gregor · 15 years ago
- 393896f Fixed two places where we needed to force completion of a type by Douglas Gregor · 15 years ago
- a584fb3 Experimental, ultra-hacking Emacs minor mode for Clang-based code completion. by Douglas Gregor · 15 years ago
- b8bb3e7 Turn on 'RegionStore' as the default store manager both for 'clang --analyze' and 'scan-build'. Leave 'BasicStore' as the default store manager in 'clang-cc'. While there are still known warts with RegionStore, it's ready to be tested by general users. by Ted Kremenek · 15 years ago
- 5e01e3c Remove old test runner, this has moved to LLVM/utils/lit and all known clients by Daniel Dunbar · 15 years ago
- 33b7f45 A toy for Doug: Add some 'lit' tests which just run clang++ -fsyntax-only over all the files in a directory. by Daniel Dunbar · 15 years ago
- ad8958c Also compare stdout and stderr lines. by Daniel Dunbar · 15 years ago
- 8f5fdbe Make CmpDriver less stupid. by Daniel Dunbar · 15 years ago
- 5adf438 Add a valgrind suppressions file for x86_64-pc-linux-gnu and gcc-4.3.3 which by Daniel Dunbar · 15 years ago
- 6ac8b87 Add --vg-arg option to clang test runner. by Daniel Dunbar · 15 years ago
- 1352590 Whoops, did not mean to commit this by Anders Carlsson · 15 years ago
- d67c4c3 Store the delete operator for delete expressions. by Anders Carlsson · 15 years ago
- bbbd986 lit: flush stdout in no-fancy-progress-bar mode as well. by Benjamin Kramer · 15 years ago
- 0895937 Pass '-Wno-' options to clang-cc. This fixes <rdar://problem/6943988>. by Ted Kremenek · 15 years ago
- 301f7ac Add a simple tool for comparing two static analyzer runs, primarily for use from by Daniel Dunbar · 15 years ago
- 65c4b10 Fix locating the 'lit.cfg' file when running on only a single file in the by Daniel Dunbar · 15 years ago
- 8d8bc91 Renable "html" indexing by default. by Ted Kremenek · 15 years ago
- 00d02ab lit: Some sample tests, for testing the tester by Daniel Dunbar · 15 years ago
- d732a7b Recognize '-M' and '-MM' options. by Ted Kremenek · 15 years ago
- e3bf8a8 'unlink' file directly instead of invoking system shell. by Ted Kremenek · 15 years ago
- d658e67 Have scan-build clue off of 'BUGMETAEND' to know when to stop processing an HTML file. by Ted Kremenek · 15 years ago
- e9201f5 lit: Don't treat '\' as an escape in unquoted strings, on Win32. This turns out by Daniel Dunbar · 15 years ago
- 63fe5ec Include '-o' arguments in verbose output. by Ted Kremenek · 15 years ago
- 5242e82 lit: Catch (internal) exceptions when using --no-sh. by Daniel Dunbar · 15 years ago
- 414be14 lit: Fix thinko in finding config file. by Daniel Dunbar · 15 years ago
- 0dec838 lit: Add internal script execution. by Daniel Dunbar · 15 years ago
- a39be6a lit: Two more sh lex/parse bugs (but its so simple!) by Daniel Dunbar · 15 years ago
- ee41c4d lit: Fix two sh lexing bugs. by Daniel Dunbar · 15 years ago
- 2f8bafe lit: Fix a name lookup problem, which only occurred on a race condition. This is by Daniel Dunbar · 15 years ago
- 5928ccd lit: Pull a few more variables into the TestingConfig object. by Daniel Dunbar · 15 years ago
- 2bdccea lit: Don't use threads when only running one test, or with -j 1. by Daniel Dunbar · 15 years ago
- 93fe03f MultiTestRunner: Add 'sh' parsing to ShUtil. by Daniel Dunbar · 15 years ago
- ed92df0 MultiTestRunner: Fix invalid warning when pointing 'lit' directly at a test. by Daniel Dunbar · 15 years ago
- 7b90be7 MultiTestRunner: Add module for lexing 'sh' commands. by Daniel Dunbar · 15 years ago
- 1db467f MultiTestRunner: Simplify, cleanup, and rename! by Daniel Dunbar · 15 years ago
- e600bed Add scan-build option '-no-failure-reports' to supress the creation of a 'failures' subdirectory that includes crash reports, preprocessed files, etc. by Ted Kremenek · 15 years ago
- cddab4a MultiTestRunner: Stop printing XFAILs on every run, this doesn't really have any by Daniel Dunbar · 15 years ago
- 1182502 scan-build: Don't try to index plist-html output directories by Daniel Dunbar · 15 years ago
- c50315b Make the Python TestRunner work for individual tests by Douglas Gregor · 15 years ago
- 9a676b7 MultiTestRunner: Reenable --vg option. by Daniel Dunbar · 15 years ago
- 3386c8a Only generate preprocessed files during crashes using Clang, not GCC. by Ted Kremenek · 15 years ago
- 7753b35 Add scan-build support for 'plist-html', a hybrid mode that supports the by Ted Kremenek · 15 years ago
- 6779647 Tweak MultiTestRunner --path argument. by Daniel Dunbar · 15 years ago
- 10aebbb MultiTestRunner: Make sure to point at src dir, for out of tree builds. by Daniel Dunbar · 15 years ago
- a957d99 MultiTestRunner: Cleanup test execution & output. by Daniel Dunbar · 15 years ago
- a0e52d6 MultiTestRunner: Drop external script and DejaGNU compatibility options for now. by Daniel Dunbar · 15 years ago
- 11980cc MultiTestRunner: Disable valgrind support for now, I don't feel like maintaining by Daniel Dunbar · 15 years ago
- 3b2505b MultiTestRunner/Win32: Add SYSTEMROOT to environment, replace '&&' in .bat by Daniel Dunbar · 15 years ago
- 8bf0ccd Make having no RUN line a failure. by Daniel Dunbar · 15 years ago
- fb8c119 Remove this Makefile, it is unused. by Daniel Dunbar · 15 years ago
- 322f789 MultiTestRunner: Oops, clang wasn't being substituted properly. This is why the by Daniel Dunbar · 15 years ago