================ @@ -543,7 +543,8 @@ Changes in existing checks <clang-tidy/checks/modernize/use-nullptr>` check by fixing a crash on Windows when the check was enabled with a 32-bit :program:`clang-tidy` binary. - +- Fixed google-readability-casting to provide a fix-it for C-style casts of ---------------- zeyi2 wrote:
Please follow the existing style of documenting changes: ```diff - - Fixed google-readability-casting to provide a fix-it for C-style casts of - nullptr. + - Improved :doc:`modernize-avoid-c-style-cast + <clang-tidy/checks/modernize/avoid-c-style-cast>` by providing correct fixes + for C-style casts of nullptr ``` https://github.com/llvm/llvm-project/pull/173159 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
