================ @@ -124,6 +124,12 @@ New checks pointer and store it as class members without handle the copy and move constructors and the assignments. +- New :doc:`modernize-make-direct <clang-tidy/checks/modernize/make-direct>` check. + + Converts std::make_* function calls to direct constructor calls using CTAD. ---------------- vbvictor wrote:
Please sync with docs first sentence (should be identical) https://github.com/llvm/llvm-project/pull/118120 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits