[clang-tools-extra] [clang-tidy] Add modernize-make-direct check (PR #118120)

via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 11 13:01:34 PDT 2025


================
@@ -0,0 +1,46 @@
+.. title:: clang-tidy - modernize-make-direct
+
+modernize-make-direct
+=====================
+
+Replaces ``std::make_*`` function calls with direct constructor calls using class template
----------------
EugeneZelenko wrote:

Please synchronize with statement in Release Notes.

https://github.com/llvm/llvm-project/pull/118120


More information about the cfe-commits mailing list