[clang] [llvm] [Coverage] Make additional counters available for BranchRegion. NFC. (PR #120930)
NAKAMURA Takumi via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 5 02:32:32 PST 2026
================
@@ -884,6 +884,9 @@ struct CounterCoverageMappingBuilder
/// The map of statements to count values.
llvm::DenseMap<const Stmt *, CounterPair> &CounterMap;
+ CounterExpressionBuilder::SubstMap MapToExpand;
----------------
chapuni wrote:
Done.
https://github.com/llvm/llvm-project/pull/120930
More information about the cfe-commits
mailing list