[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
================
@@ -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.
----------------
vbvictor wrote:
Please format alphabetically and place doc string same as other checks. `<>` should be on the next line
https://github.com/llvm/llvm-project/pull/118120
More information about the cfe-commits
mailing list