[llvm-branch-commits] [clang] [llvm] [Coverage] Make additional counters available for BranchRegion. NFC. (PR #120930)
Jessica Paquette via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Jan 7 23:14:27 PST 2025
================
@@ -884,6 +884,9 @@ struct CounterCoverageMappingBuilder
/// The map of statements to count values.
llvm::DenseMap<const Stmt *, CounterPair> &CounterMap;
+ CounterExpressionBuilder::SubstMap MapToExpand;
----------------
ornata wrote:
MapToExpand could use a doxygen comment explaining what it is
https://github.com/llvm/llvm-project/pull/120930
More information about the llvm-branch-commits
mailing list