summaryrefslogtreecommitdiff
path: root/test/Coverage
Commit message (Expand)AuthorAgeFilesLines
* Re-check in clang support gun asm goto after fixing tests.Jennifer Yu2019-06-031-1/+3
* Revert "clang support gnu asm goto."Erich Keane2019-05-301-3/+1
* clang support gnu asm goto.Jennifer Yu2019-05-301-1/+3
* [Frontend] Delete -print-decl-contextsFangrui Song2018-10-032-2/+0
* [PPC] Remove Darwin support from POWER backend.Kit Barton2018-08-271-2/+0
* Reapply "[Parse] Use CapturedStmt for @finally on MSVC"Shoaib Meenai2018-06-081-3/+3
* [analyzer] Fix filename in cross-file HTML reportMalcolm Parsons2018-05-021-0/+2
* [Analyzer] Add support for displaying cross-file diagnostic paths in HTML outputDevin Coughlin2017-08-033-0/+31
* 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