summaryrefslogtreecommitdiff
path: root/clang/test/CoverageMapping/switchmacro.c
AgeCommit message (Expand)Author
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
2022-02-09Use functions with prototypes when appropriate; NFCAaron Ballman
2021-03-04Revert "Revert "[Coverage] Emit gap region between statements if first statem...Zequan Wu
2021-03-04Revert "[Coverage] Emit gap region between statements if first statements con...Nico Weber
2021-03-03[Coverage] Emit gap region between statements if first statements contains te...Zequan 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-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
2019-12-03[Coverage] Emit a gap region to cover switch bodiesVedant Kumar
2017-11-09[Coverage] Complete top-level deferred regions before labelsVedant Kumar
2017-11-09[Coverage] Emit a gap area after if conditionsVedant Kumar
2017-09-08[Coverage] Precise region termination with deferred regions (reapply)Vedant Kumar
2017-08-05Revert "[Coverage] Precise region termination with deferred regions"Vedant Kumar
2017-08-04[Coverage] Precise region termination with deferred regionsVedant Kumar
2016-09-27[Coverage] The coverage region for switch covers the code after the switch.Alex Lorenz
2016-05-31[Coverage] Fix crash on a switch partially covered by a macro (PR27948)Vedant Kumar
2016-03-04[Coverage] Fix the start/end locations of switch statementsVedant Kumar
2016-02-04[PGO] cc1 option name change for profile instrumentationRong Xu
2015-02-19InstrProf: Always emit a coverage region for the condition of an ifJustin Bogner
2015-02-18InstrProf: Rewrite most of coverage mapping generation in a simpler wayJustin Bogner