Skip to content

Commit 6ebf497

Browse files
committed
add release notes
1 parent 4071d5e commit 6ebf497

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,10 @@ Changes in existing checks
257257
<clang-tidy/checks/modernize/use-designated-initializers>` check to
258258
suggest using designated initializers for aliased aggregate types.
259259

260+
- Improved :doc:`modernize-use-nullptr
261+
<clang-tidy/checks/modernize/use-nullptr>` check by fixing a crash
262+
on Windows when the check was enabled with a 32-bit clang-tidy binary.
263+
260264
- Improved :doc:`modernize-use-std-format
261265
<clang-tidy/checks/modernize/use-std-format>` check to correctly match
262266
when the format string is converted to a different type by an implicit

0 commit comments

Comments
 (0)