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 4071d5e commit 6ebf497Copy full SHA for 6ebf497
clang-tools-extra/docs/ReleaseNotes.rst
@@ -257,6 +257,10 @@ Changes in existing checks
257
<clang-tidy/checks/modernize/use-designated-initializers>` check to
258
suggest using designated initializers for aliased aggregate types.
259
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
+
264
- Improved :doc:`modernize-use-std-format
265
<clang-tidy/checks/modernize/use-std-format>` check to correctly match
266
when the format string is converted to a different type by an implicit
0 commit comments