summaryrefslogtreecommitdiff
path: root/test/Coverage
AgeCommit message (Expand)Author
2017-08-03[Analyzer] Add support for displaying cross-file diagnostic paths in HTML outputDevin Coughlin
2017-06-15Handle -ast-dump-all when passed as the only option.Aaron Ballman
2017-01-03Handle StaticAssertDecl in DeclContextPrinterAlex Lorenz
2017-01-03Handle VarTemplateDecl in DeclContextPrinterAlex Lorenz
2017-01-03Handle AccessSpecDecl in DeclContextPrinterAlex Lorenz
2017-01-03Handle ClassTemplateSpecializationDecl in DeclContextPrinterAlex Lorenz
2017-01-03Handle EmptyDecl in DeclContextPrinterAlex Lorenz
2017-01-03Handle UsingDecl and UsingShadowDecl in DeclContextPrinterAlex Lorenz
2017-01-03Handle FriendDecl in DeclContextPrinterAlex Lorenz
2016-11-10Make output of -ast-print a valid C++ code.Serge Pavlov
2016-11-04Enhancement to test for -ast-printSerge Pavlov
2016-11-03Reverted r285882 (Enhancement to test for -ast-print)Serge Pavlov
2016-11-03Enhancement to test for -ast-printSerge Pavlov
2015-10-08Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman
2014-11-04clang/test/Coverage/html-diagnostics.c: Use find(1) to avoid globbing.NAKAMURA Takumi
2014-07-16Revert "clang/test/Driver/crash-report.c: This requires rewriter for -frewrit...Alp Toker
2014-07-16clang/test: Introduce the feature "rewriter" for --enable-clang-rewriter.NAKAMURA Takumi
2014-07-16clang/test: Introduce the feature "staticanalyzer" for --enable-clang-static-...NAKAMURA Takumi
2014-06-20Fix crash caused by unnamed union or struct when doing ast-printSerge Pavlov
2013-10-25Skip this test when using lit integrated shellAlp Toker
2013-10-11Adds Microsoft compatiable C++ record layout code to clang.Warren Hunt
2013-10-09clang/test/Coverage/codegen-next.m: Exclude this for targeting x86_64-win32.NAKAMURA Takumi
2013-03-11Objective-C: When using super.prop, property should beFariborz Jahanian
2012-10-24Revert r166541, "clang/test: Add appropriate requirements as REQUIRES, corres...NAKAMURA Takumi
2012-10-24clang/test: Add appropriate requirements as REQUIRES, corresponding to r166532.NAKAMURA Takumi
2012-07-03Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstepDavid Chisnall
2012-06-20Restructure how the driver communicates information about theJohn McCall
2012-01-20rename -ccc-host-triple into -targetSebastian Pop
2012-01-13Revert r148138; it's causing test failures.Eli Friedman
2012-01-13rename -ccc-host-triple into -targetSebastian Pop
2011-10-25Remove the Blackfin backend.Dan Gohman
2011-03-07Remove the AST printer (-ast-print-xml), which is too incomplete andDouglas Gregor
2011-02-28[analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...Argyrios Kyrtzidis
2011-02-28[analyzer] Migrate NSErrorChecker and DereferenceChecker to CheckerV2.Argyrios Kyrtzidis
2011-02-22Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-e...Anders Carlsson
2010-12-15Sema: have BuildExpressionFromIntegralTemplateArgument produce well-formed In...Peter Collingbourne
2010-10-21putback r116782, it's a safe fix and should not break windowsAndrew Trick
2010-10-20revert r116782 & r116793 to fix msvc9 buildbotsAndrew Trick
2010-10-19test/Coverage/html-diagnostics.c: Use find(1) to glob wildcards.NAKAMURA Takumi
2010-10-19test/Coverage/html-diagnostics.c: Do not make hit "CHECK: Dereference of null...NAKAMURA Takumi
2010-10-11Per discussion with Sanjiv, remove the PIC16 target from mainline. When/ifChris Lattner
2010-09-29Frontend/XML: Add support for printing nested structures, patch by Martin Vej...Daniel Dunbar
2010-07-26Eliminate the "minimal" and printing parser actions, which only everDouglas Gregor
2010-05-12"this patch properly addresses escaping < and > which might appearChris Lattner
2010-04-10Rename -dump-record-layouts to -fdump-record-layouts now that the option beha...Anders Carlsson
2010-03-04Revert changes r97693, r97700, and r97718.John McCall
2010-03-04XFAIL these tests on win32, since the win32 buildbot apparently disables allJohn McCall
2010-02-05Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'.Ted Kremenek
2010-01-04Revert r92431, this code isn't dead and broke the ntfs build.Daniel Dunbar
2010-01-03Better coverage for -dump-record-layouts and -print-decl-contexts.Eli Friedman