summaryrefslogtreecommitdiffstats
path: root/test/Coverage
Commit message (Expand)AuthorAgeFilesLines
* rename -ccc-host-triple into -targetSebastian Pop2012-01-201-1/+1
* Revert r148138; it's causing test failures.Eli Friedman2012-01-131-1/+1
* rename -ccc-host-triple into -targetSebastian Pop2012-01-131-1/+1
* Remove the Blackfin backend.Dan Gohman2011-10-251-1/+0
* Remove the AST printer (-ast-print-xml), which is too incomplete andDouglas Gregor2011-03-072-2/+0
* [analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...Argyrios Kyrtzidis2011-02-281-1/+1
* [analyzer] Migrate NSErrorChecker and DereferenceChecker to CheckerV2.Argyrios Kyrtzidis2011-02-281-1/+1
* Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-e...Anders Carlsson2011-02-223-6/+6
* Sema: have BuildExpressionFromIntegralTemplateArgument produce well-formed In...Peter Collingbourne2010-12-151-0/+6
* putback r116782, it's a safe fix and should not break windowsAndrew Trick2010-10-211-1/+4
* revert r116782 & r116793 to fix msvc9 buildbotsAndrew Trick2010-10-201-5/+2
* test/Coverage/html-diagnostics.c: Use find(1) to glob wildcards.NAKAMURA Takumi2010-10-191-1/+1
* test/Coverage/html-diagnostics.c: Do not make hit "CHECK: Dereference of null...NAKAMURA Takumi2010-10-191-1/+4
* Per discussion with Sanjiv, remove the PIC16 target from mainline. When/ifChris Lattner2010-10-111-1/+0
* Frontend/XML: Add support for printing nested structures, patch by Martin Vej...Daniel Dunbar2010-09-291-0/+8
* Eliminate the "minimal" and printing parser actions, which only everDouglas Gregor2010-07-262-8/+0
* "this patch properly addresses escaping < and > which might appearChris Lattner2010-05-121-1/+1
* Rename -dump-record-layouts to -fdump-record-layouts now that the option beha...Anders Carlsson2010-04-101-1/+1
* Revert changes r97693, r97700, and r97718.John McCall2010-03-041-2/+0
* XFAIL these tests on win32, since the win32 buildbot apparently disables allJohn McCall2010-03-041-0/+2
* Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'.Ted Kremenek2010-02-051-1/+1
* Revert r92431, this code isn't dead and broke the ntfs build.Daniel Dunbar2010-01-041-0/+9
* Better coverage for -dump-record-layouts and -print-decl-contexts.Eli Friedman2010-01-032-0/+3
* Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar2009-12-151-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-1512-44/+44
* Make tests use the new clang -cc1 flag.Fariborz Jahanian2009-12-144-8/+8
* Normalize options to use '-FOO' instead of '--FOO'.Daniel Dunbar2009-11-295-15/+15
* Move -fnext-runtime defaulting to driver (and change clang-cc default toDaniel Dunbar2009-11-171-2/+2
* Remove RUN: true lines.Daniel Dunbar2009-11-081-1/+0
* Eliminate &&s in tests.Daniel Dunbar2009-11-089-35/+35
* Remove clang-cc -html-diags option, this doesn't fit in well and we get plentyDaniel Dunbar2009-11-051-1/+5
* Remove clang-cc code for handling -mmacosx-version-min andDaniel Dunbar2009-10-301-1/+1
* Fix crash when synthesizing property setters when the property type and ivarDaniel Dunbar2009-10-271-0/+6
* clang-cc: Allow building for x86_64 with -mmacosx-version-min=10.4.Daniel Dunbar2009-10-261-0/+4
* Add test for finding bfin backend.Daniel Dunbar2009-08-181-0/+1
* Fix some made up triples.Daniel Dunbar2009-08-181-13/+13
* Introduce a new concept to the static analyzer: SValuator.Ted Kremenek2009-06-261-1/+1
* AST printing for C++ base classesDouglas Gregor2009-05-301-0/+7
* Pretty printing and improved representation for namespace alias declarationsDouglas Gregor2009-05-301-0/+2
* Printing for using directives, e.g.,Douglas Gregor2009-05-303-0/+19
* Never suppress specifiers when printing the parameters of a functionDouglas Gregor2009-05-301-0/+2
* Refactor and clean up the AST printer, so that it uses a DeclVisitor,Douglas Gregor2009-05-301-0/+1
* AST XML dump, from Olaf Krzikalla!Douglas Gregor2009-05-211-1/+2
* Simplify tests now that GNU runtime supports exception handling.Daniel Dunbar2009-05-182-7/+0
* This patch fixes two bugs in the GNU Objective-C runtime implementation. One...Fariborz Jahanian2009-05-171-2/+1
* remove obsolete tests.Chris Lattner2009-04-222-10/+0
* We no longer accept @defs with the non-fragile ABI.Daniel Dunbar2009-04-211-0/+2
* Apply a patch which adds 'OriginalParmVar' to the DeclContextPrinter by JonZhongxing Xu2009-04-051-0/+3
* Support member reference on ?: of struct type.Daniel Dunbar2009-03-241-0/+16
* Rename clang to clang-cc.Daniel Dunbar2009-03-2413-42/+42