[clang] [llvm] [Coverage][MC/DC] Show uncoverable and unreachable conditions (PR #94137)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 23 06:35:49 PDT 2024
================
@@ -47,7 +47,7 @@
// CHECK: Branch (103:9): [True: 9, False: 1]
// CHECK: switches()
-// CHECK: Branch (113:3): [True: 1, False: 0]
+// CHECK: Branch (113:3): [Folded - Ignored]
----------------
Lambdaris wrote:
It's because I did not set counters appropriately for regions with only one `Zero` counter. Thankfully #112694 has fixed it so this is not problem yet.
https://github.com/llvm/llvm-project/pull/94137
More information about the cfe-commits
mailing list