Skip to content

Commit 176368a

Browse files
committed
Update ReleaseNotes
1 parent c56ecc3 commit 176368a

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ Improvements to Clang's time-trace
116116
Improvements to Coverage Mapping
117117
--------------------------------
118118

119+
- [MC/DC] Nested expressions are handled as individual MC/DC expressions.
120+
119121
Bug Fixes in This Version
120122
-------------------------
121123

clang/docs/SourceBasedCodeCoverage.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -510,13 +510,6 @@ requires 8 test vectors.
510510
Expressions such as ``((a0 && b0) || (a1 && b1) || ...)`` can cause the
511511
number of test vectors to increase exponentially.
512512

513-
Also, if a boolean expression is embedded in the nest of another boolean
514-
expression but separated by a non-logical operator, this is also not supported.
515-
For example, in ``x = (a && b && c && func(d && f))``, the ``d && f`` case
516-
starts a new boolean expression that is separated from the other conditions by
517-
the operator ``func()``. When this is encountered, a warning will be generated
518-
and the boolean expression will not be instrumented.
519-
520513
Switch statements
521514
-----------------
522515

0 commit comments

Comments
 (0)