Skip to content

Commit dc6cd31

Browse files
committed
Reflect feedbacks.
1 parent defd3f6 commit dc6cd31

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -586,19 +586,19 @@ Improvements to Clang's time-trace
586586
- Clang now specifies that using ``auto`` in a lambda parameter is a C++14 extension when
587587
appropriate. (`#46059: <https://github.com/llvm/llvm-project/issues/46059>`_).
588588

589-
Improvements to Coverage mapping
589+
Improvements to Coverage Mapping
590590
--------------------------------
591591

592592
- Macros defined in system headers are not expanded in coverage
593593
mapping. Conditional expressions in system header macros are no
594594
longer taken into account for branch coverage. They can be included
595-
with ``-mllvm -system-headers-coverage``. (#78920)
596-
- MC/DC coverage has been improved. (#82448)
595+
with ``-mllvm -system-headers-coverage``.
596+
(`#78920: <https://github.com/llvm/llvm-project/issues/78920>`_)
597+
- MC/DC Coverage has been improved.
598+
(`#82448: <https://github.com/llvm/llvm-project/pull/82448>`_)
597599
- The maximum number of conditions is no longer limited to 6. See
598600
`this <SourceBasedCodeCoverage.html#mc-dc-instrumentation>` for
599601
more details.
600-
- The format of profraw generated by the runtime is not backwards
601-
compatible.
602602

603603
Bug Fixes in This Version
604604
-------------------------

0 commit comments

Comments
 (0)