[Lldb-commits] [lldb] [clang] [compiler-rt] [libc] [libcxx] [flang] [clang-tools-extra] [llvm] [llvm-cov] Simplify and optimize MC/DC computation (PR #79727)
Fangrui Song via lldb-commits
lldb-commits at lists.llvm.org
Mon Jan 29 10:33:01 PST 2024
================
@@ -458,7 +395,7 @@ class MCDCRecordProcessor {
MCDCRecord::TestVector TV(NumConditions, MCDCRecord::MCDC_DontCare);
// Use the base test vector to build the list of all possible test vectors.
- buildTestVector(TV);
+ buildTestVector(TV, 1, 0);
----------------
MaskRay wrote:
Thanks for the suggestion. Added
https://github.com/llvm/llvm-project/pull/79727
More information about the lldb-commits
mailing list