File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff 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+
246250Removed checks
247251^^^^^^^^^^^^^^
248252
Original file line number Diff line number Diff line change @@ -150,9 +150,6 @@ Changes to the Debug Info
150150Changes 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-
156153Changes to LLDB
157154---------------------------------
158155
You can’t perform that action at this time.
0 commit comments