From 0862ba015b96112994f11ab39a9b0bb9329b74f4 Mon Sep 17 00:00:00 2001 From: Sirraide Date: Tue, 8 Jul 2025 18:37:00 +0200 Subject: [PATCH] [Clang] [Docs] Add release notes for #143514 and #143520 --- clang/docs/ReleaseNotes.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 3cd4508db9202..c09efaa6624fe 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -671,6 +671,12 @@ Improvements to Clang's diagnostics false positives in exception-heavy code, though only simple patterns are currently recognized. +- Fixed a bug that caused diagnostic line wrapping to not function correctly on + some systems. (#GH139499) + +- Clang now tries to avoid printing file paths that contain ``..``, instead preferring + the canonical file path if it ends up being shorter. + Improvements to Clang's time-trace ----------------------------------