aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CoverageMapping
AgeCommit message (Expand)AuthorFilesLines
2026-01-31[MC/DC] Enable nested expressions (#125413)NAKAMURA Takumi1-4/+26
2026-01-29[Coverage][Single] Enable Branch coverage for IfStmt (#113111)NAKAMURA Takumi1-23/+23
2026-01-29[Coverage][Single] Enable Branch coverage for SwitchStmt (#113112)NAKAMURA Takumi1-3/+3
2026-01-29[Coverage][Single] Enable Branch coverage for loop statements (#113109)NAKAMURA Takumi1-26/+26
2026-01-28[Coverage][Single] Enable Branch coverage for CondOp (#113110)NAKAMURA Takumi1-4/+4
2026-01-19CoverageMappingWriter.cpp: Append yet another comarison, endLoc.NAKAMURA Takumi3-14/+14
2026-01-13[MC/DC] Handle __builtin_expect as if parenthses (#125405)NAKAMURA Takumi1-1/+4
2026-01-10[MC/DC] Enable usage of `!` among `&&` and `||` (#125406)NAKAMURA Takumi1-1/+5
2025-08-08[Coverage] Add gap region between binary operator '&& and ||' and RHS (#149085)int-zjt1-9/+13
2025-05-19[Coverage] Fix mapping for do-while loops with terminating statements (#139777)Justin Cady1-1/+12
2025-03-21Reland [Coverage] Fix region termination for GNU statement expressions (#132222)Justin Cady1-0/+7
2025-03-19Revert "[Coverage] Fix region termination for GNU statement expressions" (#13...Justin Cady1-7/+0
2025-03-19[Coverage] Fix region termination for GNU statement expressions (#130976)Justin Cady1-0/+7
2025-03-01[MC/DC] Update CoverageMapping tests (#125404)NAKAMURA Takumi2-10/+34
2025-01-18[Clang] [NFC] Fix unintended `-Wreturn-type` warnings everywhere in the test ...Sirraide1-1/+1
2024-12-28clang/test/CoverageMapping/single-byte-counters.cpp: Align to the final form ...NAKAMURA Takumi1-28/+41
2024-12-24Introduce SingleByteCoverage tests (w/yaml2obj) (#113114)NAKAMURA Takumi1-99/+83
2024-12-19[Coverage] Resurrect Branch:FalseCnt in SwitchStmt that was pruned in #112694...NAKAMURA Takumi2-30/+30
2024-10-20[Coverage] Introduce "partial fold" on BranchRegion (#112694)NAKAMURA Takumi7-65/+65
2024-07-10[Coverage] Suppress covmap and profdata for system headers. (#97952)NAKAMURA Takumi1-3/+2
2024-07-09Update clang/test/system_macro.cpp for both -system-headers-coverage=true/falseNAKAMURA Takumi1-4/+28
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