summaryrefslogtreecommitdiffstats
path: root/test/Coverage
Commit message (Expand)AuthorAgeFilesLines
* Handle -ast-dump-all when passed as the only option.Aaron Ballman2017-06-152-0/+2
* Handle StaticAssertDecl in DeclContextPrinterAlex Lorenz2017-01-031-0/+2
* Handle VarTemplateDecl in DeclContextPrinterAlex Lorenz2017-01-032-6/+9
* Handle AccessSpecDecl in DeclContextPrinterAlex Lorenz2017-01-031-0/+5
* Handle ClassTemplateSpecializationDecl in DeclContextPrinterAlex Lorenz2017-01-031-0/+11
* Handle EmptyDecl in DeclContextPrinterAlex Lorenz2017-01-031-0/+3
* Handle UsingDecl and UsingShadowDecl in DeclContextPrinterAlex Lorenz2017-01-031-0/+8
* Handle FriendDecl in DeclContextPrinterAlex Lorenz2017-01-031-0/+8
* Make output of -ast-print a valid C++ code.Serge Pavlov2016-11-104-1/+104
* Enhancement to test for -ast-printSerge Pavlov2016-11-041-1/+3
* Reverted r285882 (Enhancement to test for -ast-print)Serge Pavlov2016-11-031-3/+1
* Enhancement to test for -ast-printSerge Pavlov2016-11-031-1/+3
* Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman2015-10-083-19/+19
* clang/test/Coverage/html-diagnostics.c: Use find(1) to avoid globbing.NAKAMURA Takumi2014-11-041-4/+1
* Revert "clang/test/Driver/crash-report.c: This requires rewriter for -frewrit...Alp Toker2014-07-161-3/+0
* clang/test: Introduce the feature "rewriter" for --enable-clang-rewriter.NAKAMURA Takumi2014-07-161-0/+3
* clang/test: Introduce the feature "staticanalyzer" for --enable-clang-static-...NAKAMURA Takumi2014-07-161-0/+2
* Fix crash caused by unnamed union or struct when doing ast-printSerge Pavlov2014-06-201-0/+12
* Skip this test when using lit integrated shellAlp Toker2013-10-251-0/+3
* Adds Microsoft compatiable C++ record layout code to clang.Warren Hunt2013-10-111-2/+2
* clang/test/Coverage/codegen-next.m: Exclude this for targeting x86_64-win32.NAKAMURA Takumi2013-10-091-0/+8
* Objective-C: When using super.prop, property should beFariborz Jahanian2013-03-111-0/+1
* Revert r166541, "clang/test: Add appropriate requirements as REQUIRES, corres...NAKAMURA Takumi2012-10-241-2/+0
* clang/test: Add appropriate requirements as REQUIRES, corresponding to r166532.NAKAMURA Takumi2012-10-241-0/+1
* Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstepDavid Chisnall2012-07-031-1/+1
* Restructure how the driver communicates information about theJohn McCall2012-06-201-1/+1
* 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