[llvm-branch-commits] [clang] [llvm] [Coverage] Make additional counters available for BranchRegion. NFC. (PR #112730)

Jessica Paquette via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Dec 18 20:05:18 PST 2024


================
@@ -887,6 +887,9 @@ struct CounterCoverageMappingBuilder
   /// The map of statements to count values.
   llvm::DenseMap<const Stmt *, CounterPair> &CounterMap;
 
+  CounterExpressionBuilder::ReplaceMap MapToExpand;
+  unsigned NextCounterNum;
----------------
ornata wrote:

Explicitly initialize to 0?

https://github.com/llvm/llvm-project/pull/112730


More information about the llvm-branch-commits mailing list