================ @@ -463,6 +463,10 @@ Changes in existing checks <clang-tidy/checks/cppcoreguidelines/init-variables>` check by fixing the insertion location for function pointers with multiple parameters. +- Improved :doc:`cppcoreguidelines-init-variables ---------------- zeyi2 wrote:
You need to manually merge the two `cppcoreguidelines-init-variables` entries. You can write something like: ``` <clang-tidy/checks/cppcoreguidelines/init-variables>` check by fixing the insertion location for function pointers with multiple parameters and by ...... ``` https://github.com/llvm/llvm-project/pull/173448 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
