[clang] [Coverage] Introduce `getBranchCounterPair()`. NFC. (PR #112702)

Jessica Paquette via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 8 17:27:30 PST 2025


================
@@ -938,6 +938,37 @@ struct CounterCoverageMappingBuilder
     return Counter::getCounter(CounterMap[S]);
   }
 
+  struct BranchCounterPair {
----------------
ornata wrote:

Ok, annotating the members sounds fine to me.

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


More information about the cfe-commits mailing list