File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -586,19 +586,19 @@ Improvements to Clang's time-trace
586
586
- Clang now specifies that using ``auto `` in a lambda parameter is a C++14 extension when
587
587
appropriate. (`#46059: <https://github.com/llvm/llvm-project/issues/46059 >`_).
588
588
589
- Improvements to Coverage mapping
589
+ Improvements to Coverage Mapping
590
590
--------------------------------
591
591
592
592
- Macros defined in system headers are not expanded in coverage
593
593
mapping. Conditional expressions in system header macros are no
594
594
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 >`_)
597
599
- The maximum number of conditions is no longer limited to 6. See
598
600
`this <SourceBasedCodeCoverage.html#mc-dc-instrumentation> ` for
599
601
more details.
600
- - The format of profraw generated by the runtime is not backwards
601
- compatible.
602
602
603
603
Bug Fixes in This Version
604
604
-------------------------
You can’t perform that action at this time.
0 commit comments