================ @@ -0,0 +1,34 @@ +.. title:: clang-tidy - bugprone-smartptr-reset-ambiguous-call + +bugprone-smartptr-reset-ambiguous-call +====================================== + +Finds potentially erroneous calls to ``reset`` method on +smart pointers when the pointee type also has a ``reset`` method. +Having ``reset`` method in both classes makes it easy to accidentally ---------------- 5chmidti wrote:
`Having a` https://github.com/llvm/llvm-project/pull/121291 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits