Skip to content

Commit eb2b63c

Browse files
authored
[Clang] [Docs] Add release notes for #143514 and #143520 (#147562)
I forgot to include a release note in #143520, and it also ocurred to me that while #143514 is technically a bugfix in LLVM/Support, I think we should have one for it as well.
1 parent 71783fe commit eb2b63c

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
@@ -678,6 +678,12 @@ Improvements to Clang's diagnostics
678678
- Clang now accepts ``@tparam`` comments on variable template partial
679679
specializations. (#GH144775)
680680

681+
- Fixed a bug that caused diagnostic line wrapping to not function correctly on
682+
some systems. (#GH139499)
683+
684+
- Clang now tries to avoid printing file paths that contain ``..``, instead preferring
685+
the canonical file path if it ends up being shorter.
686+
681687
Improvements to Clang's time-trace
682688
----------------------------------
683689

0 commit comments

Comments
 (0)