================ @@ -257,6 +257,10 @@ Changes in existing checks <clang-tidy/checks/modernize/use-designated-initializers>` check to suggest using designated initializers for aliased aggregate types. +- Improved :doc:`modernize-use-nullptr + <clang-tidy/checks/modernize/use-nullptr>` check by fixing a crash + on Windows when the check was enabled with a 32-bit clang-tidy binary. ---------------- EugeneZelenko wrote:
```suggestion on Windows when the check was enabled with a 32-bit :program:`clang-tidy` binary. ``` https://github.com/llvm/llvm-project/pull/160023 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
