[clang-tools-extra] [clang-tidy] Add bugprone-smartptr-reset-ambiguous-call check (PR #121291)

Julian Schmidt via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 30 04:37:13 PST 2024


================
@@ -144,6 +145,8 @@ class BugproneModule : public ClangTidyModule {
         "bugprone-inaccurate-erase");
     CheckFactories.registerCheck<IncorrectEnableIfCheck>(
         "bugprone-incorrect-enable-if");
+    CheckFactories.registerCheck<SmartptrResetAmbiguousCallCheck>(
+        "bugprone-smartptr-reset-ambiguous-call");
----------------
5chmidti wrote:

Please sort alphabetically

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


More information about the cfe-commits mailing list