summaryrefslogtreecommitdiff
path: root/clang/test/CoverageMapping
AgeCommit message (Expand)Author
2025-08-08[Coverage] Add gap region between binary operator '&& and ||' and RHS (#149085)int-zjt
2025-05-19[Coverage] Fix mapping for do-while loops with terminating statements (#139777)Justin Cady
2025-03-21Reland [Coverage] Fix region termination for GNU statement expressions (#132222)Justin Cady
2025-03-19Revert "[Coverage] Fix region termination for GNU statement expressions" (#13...Justin Cady
2025-03-19[Coverage] Fix region termination for GNU statement expressions (#130976)Justin Cady
2025-03-01[MC/DC] Update CoverageMapping tests (#125404)NAKAMURA Takumi
2025-01-18[Clang] [NFC] Fix unintended `-Wreturn-type` warnings everywhere in the test ...Sirraide
2024-12-28clang/test/CoverageMapping/single-byte-counters.cpp: Align to the final form ...NAKAMURA Takumi
2024-12-24Introduce SingleByteCoverage tests (w/yaml2obj) (#113114)NAKAMURA Takumi
2024-12-19[Coverage] Resurrect Branch:FalseCnt in SwitchStmt that was pruned in #112694...NAKAMURA Takumi
2024-10-20[Coverage] Introduce "partial fold" on BranchRegion (#112694)NAKAMURA Takumi
2024-07-10[Coverage] Suppress covmap and profdata for system headers. (#97952)NAKAMURA Takumi
2024-07-09Update clang/test/system_macro.cpp for both -system-headers-coverage=true/falseNAKAMURA Takumi
2024-06-14Reapply: [MC/DC][Coverage] Loosen the limit of NumConds from 6 (#82448)NAKAMURA Takumi
2024-06-14Revert "[MC/DC][Coverage] Loosen the limit of NumConds from 6 (#82448)"Hans Wennborg
2024-06-13[MC/DC][Coverage] Loosen the limit of NumConds from 6 (#82448)NAKAMURA Takumi
2024-05-24[clang][c++20] Fix code coverage mapping crash with generalized NTTPs (#85837)Andrey Ali Khan Bolshakov
2024-05-24[Coverage][Expansion] handle nested macros in scratch space (#89869)Wentao Zhang
2024-05-23[MC/DC][Coverage] Add assertions into emitSourceRegions() (#89572)NAKAMURA Takumi
2024-05-20Fix test for non-Itanium ABIs.Aaron Ballman
2024-05-20[Coverage] Rework !SystemHeadersCoverage (#91446)NAKAMURA Takumi
2024-05-15[Coverage] Handle array decomposition correctly (#88881)Andrey Ali Khan Bolshakov
2024-05-15[Coverage] Handle `CoroutineSuspendExpr` correctly (#88898)Andrey Ali Khan Bolshakov
2024-05-05[test] %clang_cc1: remove redundant actionsFangrui Song
2024-04-22[clang][CoverageMapping] do not emit a gap region when either end doesn't hav...Wentao Zhang
2024-02-26[InstrProf] Single byte counters in coverage (#75425)gulfemsavrun
2024-02-18[clang][CodeCoverage] Fix conditional-operator test (#82192)David Tellenbach
2024-02-18[clang][CodeCoverage] Fix CoverageMapping for binary conditionals ops (#82141)David Tellenbach
2024-02-01[coverage] fix crash in code coverage and `if constexpr` with `ExprWithCleanu...Hana Dusíková
2024-01-31[clang] Represent array refs as `TemplateArgument::Declaration` (#80050)Andrey Ali Khan Bolshakov
2024-01-22[coverage] skipping code coverage for 'if constexpr' and 'if consteval' (#78033)Hana Dusíková
2024-01-18[clang][CoverageMapping] Refactor setting MC/DC True/False Condition IDs (#78...Alan Phipps
2024-01-10[clang][coverage] Fix "if constexpr" and "if consteval" coverage report (#77214)Hana Dusíková
2024-01-04[Coverage][clang] Enable MC/DC Support in LLVM Source-based Code Coverage (3/3)Alan Phipps
2023-09-15[Coverage] Add coverage for constructor member initializers. (#66441)Zequan Wu
2023-06-08[Clang] Remove some explicit -opaque-pointers options in tests (NFC)Nikita Popov
2023-05-04[clang] Use -std=c++23 instead of -std=c++2bMark de Wever
2023-04-19[OpenMP] Prefix outlined and reduction func names with original func's nameItay Bookstein
2023-04-19Revert "[OpenMP] Prefix outlined and reduction func names with original func'...Itay Bookstein
2023-04-19[OpenMP] Prefix outlined and reduction func names with original func's nameItay Bookstein
2023-04-05[Coverage] Fix crash when visiting PseudoObjectExpr.Zequan Wu
2023-03-02[Coverage] Fix an issue: a statement after calling 'assert()' function is wro...Ying Yi
2023-02-23[Coroutines] Remove -fcoroutines-tsChuanqi Xu
2023-02-06[Coverage] Map regions from system headersGulfem Savrun Yeniceri
2022-12-12[Clang] Convert various tests to opaque pointers (NFC)Nikita Popov
2022-09-16[InstrProfiling] No runtime hook for unused funcsGulfem Savrun Yeniceri
2022-08-26[Clang] Fix crash in coverage of if consteval.Corentin Jabot
2022-05-16[clang][NFC] Cleanup some coroutine testsNathan Sidwell
2022-04-06Revert "[InstrProfiling] No runtime hook for unused funcs"Gulfem Savrun Yeniceri
2022-04-05[Test] Use cc1 instead of mllvm -opaque-pointers option (NFC)Nikita Popov