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

Baranov Victor via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 11 13:02:57 PDT 2025


================
@@ -50,6 +50,7 @@ add_clang_library(clangTidyModernizeModule STATIC
   UseTransparentFunctorsCheck.cpp
   UseUncaughtExceptionsCheck.cpp
   UseUsingCheck.cpp
+  MakeFunctionToDirectCheck.cpp
----------------
vbvictor wrote:

Please format alphabetically

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


More information about the cfe-commits mailing list