Skip to content

Commit a7043b2

Browse files
add gh issue reference to clang/docs/ReleaseNotes.rst
Co-authored-by: Aaron Ballman <[email protected]>
1 parent dfb2abd commit a7043b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ Improvements to Clang's diagnostics
652652

653653
- Fixed false positives in ``-Wformat-truncation`` and ``-Wformat-overflow``
654654
diagnostics when floating-point numbers had both width field and plus or space
655-
prefix specified.
655+
prefix specified. (#GH143951)
656656

657657
- Clang now avoids issuing `-Wreturn-type` warnings in some cases where
658658
the final statement of a non-void function is a `throw` expression, or

0 commit comments

Comments
 (0)