summaryrefslogtreecommitdiff
path: root/clang/test/CoverageMapping/if.cpp
AgeCommit message (Expand)Author
2024-10-20[Coverage] Introduce "partial fold" on BranchRegion (#112694)NAKAMURA Takumi
2024-02-01[coverage] fix crash in code coverage and `if constexpr` with `ExprWithCleanu...Hana Dusíková
2024-01-22[coverage] skipping code coverage for 'if constexpr' and 'if consteval' (#78033)Hana Dusíková
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-05-04[clang] Use -std=c++23 instead of -std=c++2bMark de Wever
2023-04-05[Coverage] Fix crash when visiting PseudoObjectExpr.Zequan Wu
2022-08-26[Clang] Fix crash in coverage of if consteval.Corentin Jabot
2021-02-18[Coverage] Emit gap region after conditions when macro is present.Zequan Wu
2021-02-03[Coverage] Propogate counter to condition of conditional operatorZequan Wu
2021-01-05[Coverage] Add support for Branch Coverage in LLVM Source-Based Code CoverageAlan Phipps
2020-09-21[Coverage] Add empty line regions to SkippedRegionsZequan Wu
2020-08-25Revert "[Coverage] Enable emitting gap area between macros"Zequan Wu
2020-08-12[Coverage] Enable emitting gap area between macrosZequan Wu
2020-07-28Reland [Coverage] Add comment to skipped regionsZequan Wu
2020-07-22Revert abd45154b "[Coverage] Add comment to skipped regions"Hans Wennborg
2020-07-21[Coverage] Add comment to skipped regionsZequan Wu
2017-11-29[Coverage] Emit gap areas in braces-optional statements (PR35387)Vedant Kumar
2017-11-09[Coverage] Emit a gap area after if conditionsVedant Kumar
2016-10-14[Coverage] Support for C++17 if initializersVedant Kumar