summaryrefslogtreecommitdiff
path: root/clang/test/Coverage
AgeCommit message (Expand)Author
2024-06-20[Clang] [Sema] Diagnose unknown std::initializer_list layout in SemaInit (#95...Mital Ashok
2024-06-16[clang] Clean up macOS version flags (#95374)Gábor Horváth
2023-08-28[clang] Remove rdar links; NFCAaron Ballman
2023-07-17Revert "Remove rdar links; NFC"Mehdi Amini
2023-07-07Remove rdar links; NFCAaron Ballman
2023-04-14Model list initialization more directly; fixes an assert with coverage mappingAaron Ballman
2022-12-12[Clang] Convert various tests to opaque pointers (NFC)Nikita Popov
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-02-24Add -Wno-strict-prototypes to C tests; NFCAaron Ballman
2022-02-09Use functions with prototypes when appropriate; NFCAaron Ballman
2021-06-30Add a target triple to fix failures on MS build bots.Richard Smith
2021-06-30Add dumping support for RequiresExpr.Richard Smith
2019-06-03Re-check in clang support gun asm goto after fixing tests.Jennifer Yu
2019-05-30Revert "clang support gnu asm goto."Erich Keane
2019-05-30clang support gnu asm goto.Jennifer Yu
2018-10-03[Frontend] Delete -print-decl-contextsFangrui Song
2018-08-27[PPC] Remove Darwin support from POWER backend.Kit Barton
2018-06-08Reapply "[Parse] Use CapturedStmt for @finally on MSVC"Shoaib Meenai
2018-05-02[analyzer] Fix filename in cross-file HTML reportMalcolm Parsons
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