Skip to content

Commit 6dafba7

Browse files
Put docs in the right place
1 parent a85cce7 commit 6dafba7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,10 @@ Changes in existing checks
243243
<clang-tidy/checks/readability/qualified-auto>` check by adding the option
244244
`IgnoreAliasing`, that allows not looking at underlying types of type aliases.
245245

246+
- Improved :doc:`modernize-use-std-format
247+
<clang-tidy/checks/modernize/use-std-format>` now correctly replaces signed types, and correctly
248+
adds a ``static_cast`` to the underlying type when being printed in hex.
249+
246250
Removed checks
247251
^^^^^^^^^^^^^^
248252

llvm/docs/ReleaseNotes.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,6 @@ Changes to the Debug Info
150150
Changes to the LLVM tools
151151
---------------------------------
152152

153-
* modernize-use-std-format now correctly replaces signed types, and correctly
154-
adds a static_cast to the underlying type when being printed in hex.
155-
156153
Changes to LLDB
157154
---------------------------------
158155

0 commit comments

Comments
 (0)