aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Coverage
AgeCommit message (Expand)AuthorFilesLines
2024-06-20[Clang] [Sema] Diagnose unknown std::initializer_list layout in SemaInit (#95...Mital Ashok1-1/+1
2024-06-16[clang] Clean up macOS version flags (#95374)Gábor Horváth1-1/+1
2023-08-28[clang] Remove rdar links; NFCAaron Ballman1-1/+1
2023-07-17Revert "Remove rdar links; NFC"Mehdi Amini1-1/+1
2023-07-07Remove rdar links; NFCAaron Ballman1-1/+1
2023-04-14Model list initialization more directly; fixes an assert with coverage mappingAaron Ballman1-0/+24
2022-12-12[Clang] Convert various tests to opaque pointers (NFC)Nikita Popov2-3/+3
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov2-3/+3
2022-02-24Add -Wno-strict-prototypes to C tests; NFCAaron Ballman3-11/+11
2022-02-09Use functions with prototypes when appropriate; NFCAaron Ballman1-1/+1
2021-06-30Add a target triple to fix failures on MS build bots.Richard Smith1-1/+1
2021-06-30Add dumping support for RequiresExpr.Richard Smith2-6/+19
2019-06-03Re-check in clang support gun asm goto after fixing tests.Jennifer Yu1-1/+3
2019-05-30Revert "clang support gnu asm goto."Erich Keane1-3/+1
2019-05-30clang support gnu asm goto.Jennifer Yu1-1/+3
2018-10-03[Frontend] Delete -print-decl-contextsFangrui Song2-2/+0
2018-08-27[PPC] Remove Darwin support from POWER backend.Kit Barton1-2/+0
2018-06-08Reapply "[Parse] Use CapturedStmt for @finally on MSVC"Shoaib Meenai1-3/+3
2018-05-02[analyzer] Fix filename in cross-file HTML reportMalcolm Parsons1-0/+2
2017-08-03[Analyzer] Add support for displaying cross-file diagnostic paths in HTML outputDevin Coughlin3-0/+31
2017-06-15Handle -ast-dump-all when passed as the only option.Aaron Ballman2-0/+2
2017-01-03Handle StaticAssertDecl in DeclContextPrinterAlex Lorenz1-0/+2
2017-01-03Handle VarTemplateDecl in DeclContextPrinterAlex Lorenz2-6/+9
2017-01-03Handle AccessSpecDecl in DeclContextPrinterAlex Lorenz1-0/+5
2017-01-03Handle ClassTemplateSpecializationDecl in DeclContextPrinterAlex Lorenz1-0/+11
2017-01-03Handle EmptyDecl in DeclContextPrinterAlex Lorenz1-0/+3
2017-01-03Handle UsingDecl and UsingShadowDecl in DeclContextPrinterAlex Lorenz1-0/+8
2017-01-03Handle FriendDecl in DeclContextPrinterAlex Lorenz1-0/+8
2016-11-10Make output of -ast-print a valid C++ code.Serge Pavlov4-1/+104
2016-11-04Enhancement to test for -ast-printSerge Pavlov1-1/+3
2016-11-03Reverted r285882 (Enhancement to test for -ast-print)Serge Pavlov1-3/+1
2016-11-03Enhancement to test for -ast-printSerge Pavlov1-1/+3
2015-10-08Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman3-19/+19
2014-11-04clang/test/Coverage/html-diagnostics.c: Use find(1) to avoid globbing.NAKAMURA Takumi1-4/+1
2014-07-16Revert "clang/test/Driver/crash-report.c: This requires rewriter for -frewrit...Alp Toker1-3/+0
2014-07-16clang/test: Introduce the feature "rewriter" for --enable-clang-rewriter.NAKAMURA Takumi1-0/+3
2014-07-16clang/test: Introduce the feature "staticanalyzer" for --enable-clang-static-...NAKAMURA Takumi1-0/+2
2014-06-20Fix crash caused by unnamed union or struct when doing ast-printSerge Pavlov1-0/+12
2013-10-25Skip this test when using lit integrated shellAlp Toker1-0/+3
2013-10-11Adds Microsoft compatiable C++ record layout code to clang.Warren Hunt1-2/+2
2013-10-09clang/test/Coverage/codegen-next.m: Exclude this for targeting x86_64-win32.NAKAMURA Takumi1-0/+8
2013-03-11Objective-C: When using super.prop, property should beFariborz Jahanian1-0/+1
2012-10-24Revert r166541, "clang/test: Add appropriate requirements as REQUIRES, corres...NAKAMURA Takumi1-2/+0
2012-10-24clang/test: Add appropriate requirements as REQUIRES, corresponding to r166532.NAKAMURA Takumi1-0/+1
2012-07-03Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstepDavid Chisnall1-1/+1
2012-06-20Restructure how the driver communicates information about theJohn McCall1-1/+1
2012-01-20rename -ccc-host-triple into -targetSebastian Pop1-1/+1
2012-01-13Revert r148138; it's causing test failures.Eli Friedman1-1/+1
2012-01-13rename -ccc-host-triple into -targetSebastian Pop1-1/+1
2011-10-25Remove the Blackfin backend.Dan Gohman1-1/+0