================ @@ -263,6 +257,14 @@ New checks Finds cyclical initialization of static variables. +- New :doc:`modernize-default-arg-braced-init + <clang-tidy/checks/modernize/default-arg-braced-init>` check. + + Replaces redundant constructor calls in default arguments with braced ---------------- zeyi2 wrote:
Please sync with the first paragraph of the documentation. ``` Replaces redundant non-explicit default constructor calls in default arguments with a braced initializer list. This avoids unnecessarily repeating the type name in the function declaration. ``` https://github.com/llvm/llvm-project/pull/203474 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
