aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CoverageMapping
AgeCommit message (Expand)AuthorFilesLines
2024-06-14Reapply: [MC/DC][Coverage] Loosen the limit of NumConds from 6 (#82448)NAKAMURA Takumi9-81/+182
2024-06-14Revert "[MC/DC][Coverage] Loosen the limit of NumConds from 6 (#82448)"Hans Wennborg9-182/+81
2024-06-13[MC/DC][Coverage] Loosen the limit of NumConds from 6 (#82448)NAKAMURA Takumi9-81/+182
2024-05-24[clang][c++20] Fix code coverage mapping crash with generalized NTTPs (#85837)Andrey Ali Khan Bolshakov1-1/+2
2024-05-24[Coverage][Expansion] handle nested macros in scratch space (#89869)Wentao Zhang3-11/+51
2024-05-23[MC/DC][Coverage] Add assertions into emitSourceRegions() (#89572)NAKAMURA Takumi1-0/+27
2024-05-20Fix test for non-Itanium ABIs.Aaron Ballman1-2/+2
2024-05-20[Coverage] Rework !SystemHeadersCoverage (#91446)NAKAMURA Takumi1-0/+50
2024-05-15[Coverage] Handle array decomposition correctly (#88881)Andrey Ali Khan Bolshakov1-0/+15
2024-05-15[Coverage] Handle `CoroutineSuspendExpr` correctly (#88898)Andrey Ali Khan Bolshakov1-0/+19
2024-05-05[test] %clang_cc1: remove redundant actionsFangrui Song1-2/+2
2024-04-22[clang][CoverageMapping] do not emit a gap region when either end doesn't hav...Wentao Zhang1-0/+36
2024-02-26[InstrProf] Single byte counters in coverage (#75425)gulfemsavrun1-0/+169
2024-02-18[clang][CodeCoverage] Fix conditional-operator test (#82192)David Tellenbach1-1/+1
2024-02-18[clang][CodeCoverage] Fix CoverageMapping for binary conditionals ops (#82141)David Tellenbach1-0/+25
2024-02-01[coverage] fix crash in code coverage and `if constexpr` with `ExprWithCleanu...Hana Dusíková1-0/+29
2024-01-31[clang] Represent array refs as `TemplateArgument::Declaration` (#80050)Andrey Ali Khan Bolshakov1-0/+13
2024-01-22[coverage] skipping code coverage for 'if constexpr' and 'if consteval' (#78033)Hana Dusíková2-42/+112
2024-01-18[clang][CoverageMapping] Refactor setting MC/DC True/False Condition IDs (#78...Alan Phipps1-0/+77
2024-01-10[clang][coverage] Fix "if constexpr" and "if consteval" coverage report (#77214)Hana Dusíková1-17/+91
2024-01-04[Coverage][clang] Enable MC/DC Support in LLVM Source-based Code Coverage (3/3)Alan Phipps11-20/+435
2023-09-15[Coverage] Add coverage for constructor member initializers. (#66441)Zequan Wu1-0/+34
2023-06-08[Clang] Remove some explicit -opaque-pointers options in tests (NFC)Nikita Popov1-1/+0
2023-05-04[clang] Use -std=c++23 instead of -std=c++2bMark de Wever2-2/+2
2023-04-19[OpenMP] Prefix outlined and reduction func names with original func's nameItay Bookstein1-1/+1
2023-04-19Revert "[OpenMP] Prefix outlined and reduction func names with original func'...Itay Bookstein1-1/+1
2023-04-19[OpenMP] Prefix outlined and reduction func names with original func's nameItay Bookstein1-1/+1
2023-04-05[Coverage] Fix crash when visiting PseudoObjectExpr.Zequan Wu2-2/+73
2023-03-02[Coverage] Fix an issue: a statement after calling 'assert()' function is wro...Ying Yi1-0/+29
2023-02-23[Coroutines] Remove -fcoroutines-tsChuanqi Xu1-1/+1
2023-02-06[Coverage] Map regions from system headersGulfem Savrun Yeniceri1-2/+3
2022-12-12[Clang] Convert various tests to opaque pointers (NFC)Nikita Popov1-1/+1
2022-09-16[InstrProfiling] No runtime hook for unused funcsGulfem Savrun Yeniceri1-0/+6
2022-08-26[Clang] Fix crash in coverage of if consteval.Corentin Jabot1-1/+21
2022-05-16[clang][NFC] Cleanup some coroutine testsNathan Sidwell1-0/+1
2022-04-06Revert "[InstrProfiling] No runtime hook for unused funcs"Gulfem Savrun Yeniceri1-6/+0
2022-04-05[Test] Use cc1 instead of mllvm -opaque-pointers option (NFC)Nikita Popov1-2/+2
2022-03-25[InstrProfiling] No runtime hook for unused funcsGulfem Savrun Yeniceri1-0/+6
2022-03-23[InstrProfiling] Account for missing bitcast/GEPNikita Popov1-2/+3
2022-02-09Use functions with prototypes when appropriate; NFCAaron Ballman23-73/+73
2021-11-04[Coroutines] [Frontend] Lookup in std namespace firstChuanqi Xu1-4/+4
2021-09-03Revert "[Coroutines] [Clang] Look up coroutine component in std namespace first"Louis Dionne1-4/+4
2021-09-03[Coroutines] [Clang] Look up coroutine component in std namespace firstChuanqi Xu1-4/+4
2021-05-05[clang] remove an incremental build workaroundNico Weber1-2/+0
2021-03-04Revert "Revert "[Coverage] Emit gap region between statements if first statem...Zequan Wu12-277/+412
2021-03-04Revert "[Coverage] Emit gap region between statements if first statements con...Nico Weber12-412/+277
2021-03-03[Coverage] Emit gap region between statements if first statements contains te...Zequan Wu12-277/+412
2021-02-18[Coverage] Store compilation dir separately in coverage mappingPetr Hosek1-4/+8
2021-02-18Revert "[Coverage] Store compilation dir separately in coverage mapping"Petr Hosek1-8/+4
2021-02-18[Coverage] Store compilation dir separately in coverage mappingPetr Hosek1-4/+8