summaryrefslogtreecommitdiffstats
path: root/clang/utils
Commit message (Expand)AuthorAgeFilesLines
* Implement promotion for enumeration types.Douglas Gregor2010-02-022-1/+96
* Include <stdlib.h>, so that we're sure to get atoi.Douglas Gregor2010-02-021-1/+2
* Extern darwin-clang_rt.c test to also test targetting ARM ({armv6, armv7} xDaniel Dunbar2010-01-231-10/+90
* Add a test for clang_rt support on Darwin. With appropriate massaging, thisDaniel Dunbar2010-01-211-0/+258
* Tweak OptionalTests paths.Daniel Dunbar2010-01-211-1/+10
* Add utils/OptionalTests, a dumping ground for additional (lit) tests which forDaniel Dunbar2010-01-213-0/+24
* Insert clang-flags into the clang command. Currently it needs to be a list;John McCall2010-01-131-18/+18
* Remove unused code.Mike Stump2010-01-121-3/+0
* Improve covariance tester to randomize the return value more.Mike Stump2010-01-121-16/+57
* Add covariance tester.Mike Stump2010-01-121-8/+35
* Allow N_FIELDS to be 0.Mike Stump2010-01-121-1/+1
* Fix indentation.Mike Stump2010-01-081-1/+1
* Add in final overrider logic.Mike Stump2010-01-084-14/+72
* Add checker for type infos.Mike Stump2010-01-071-0/+20
* Add checked for VTTs.Mike Stump2010-01-071-0/+20
* Detailed vtable checker.Mike Stump2010-01-072-1/+19
* 1/2 off all structs should not have any virtual functions.Mike Stump2010-01-071-8/+13
* Add a descriptive tag to each line to make the exact differencesMike Stump2010-01-071-12/+12
* Don't use two argument mixing function.Mike Stump2010-01-071-2/+1
* Also generate the .s files.Mike Stump2010-01-071-2/+4
* Add a testcase generator for vtable/rtti testing. WIP.Mike Stump2010-01-072-0/+242
* Tests: Tweak LLVM-Code-Symbols test to ignore common and undefined symbols forDaniel Dunbar2009-12-261-10/+22
* Sketch a simple new C++Tests suite for checking that llvm-gcc and clang generateDaniel Dunbar2009-12-243-0/+99
* Don't commit my silly little local changesDouglas Gregor2009-12-232-3/+1
* Fix DISABLE_SMART_POINTERS buildDouglas Gregor2009-12-232-1/+3
* Revert accidental commitDouglas Gregor2009-12-222-2/+0
* Switch Sema::AddCXXDirectInitializerToDecl over to InitializationSequenceDouglas Gregor2009-12-222-0/+2
* C++Tests: Add target paths for LLVM-Code-Compile checks as well.Daniel Dunbar2009-12-181-1/+33
* Add a couple more paths to the LLVM-Code-Syntax testDouglas Gregor2009-12-171-0/+6
* Remove accidental commit containing local paths for the LLVM-Code-Syntax testDouglas Gregor2009-12-141-1/+0
* Minor cleanups for constructor initialization in InitializationSequenceDouglas Gregor2009-12-141-0/+1
* 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
OpenPOWER on IntegriCloud