We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32946eb commit 0862ba0Copy full SHA for 0862ba0
clang/docs/ReleaseNotes.rst
@@ -671,6 +671,12 @@ Improvements to Clang's diagnostics
671
false positives in exception-heavy code, though only simple patterns
672
are currently recognized.
673
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
680
681
Improvements to Clang's time-trace
682
----------------------------------
0 commit comments