[clang-tools-extra] [clang-tidy] Add bugprone-smartptr-reset-ambiguous-call check (PR #121291)
via cfe-commits
cfe-commits at lists.llvm.org
Sat Jan 25 06:20:21 PST 2025
================
@@ -0,0 +1,48 @@
+.. title:: clang-tidy - bugprone-smartptr-reset-ambiguous-call
+
+bugprone-smartptr-reset-ambiguous-call
+======================================
+
+Finds potentially erroneous calls to ``reset`` method on
----------------
EugeneZelenko wrote:
Please fill as much as possible to 80-characters limit.
https://github.com/llvm/llvm-project/pull/121291
More information about the cfe-commits
mailing list