[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:30 PST 2026


================
@@ -1627,14 +1627,31 @@ class CodeGenFunction : public CodeGenTypeCache {
   }
   void markStmtMaybeUsed(const Stmt *S) { PGO.markStmtMaybeUsed(S); }
 
+  enum CounterForIncrement {
----------------
chapuni wrote:

Done.

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


More information about the cfe-commits mailing list