Skip to content

Commit 0862ba0

Browse files
committed
[Clang] [Docs] Add release notes for llvm#143514 and llvm#143520
1 parent 32946eb commit 0862ba0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -671,6 +671,12 @@ Improvements to Clang's diagnostics
671671
false positives in exception-heavy code, though only simple patterns
672672
are currently recognized.
673673

674+
- Fixed a bug that caused diagnostic line wrapping to not function correctly on
675+
some systems. (#GH139499)
676+
677+
- Clang now tries to avoid printing file paths that contain ``..``, instead preferring
678+
the canonical file path if it ends up being shorter.
679+
674680

675681
Improvements to Clang's time-trace
676682
----------------------------------

0 commit comments

Comments
 (0)