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

Baranov Victor via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 26 07:15:36 PST 2025


================
@@ -0,0 +1,68 @@
+// RUN: %check_clang_tidy %s readability-ambiguous-smartptr-reset-call %t \
----------------
vbvictor wrote:

I'd prefer to leave two separate files, they are easier to read and maintain imho.

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


More information about the cfe-commits mailing list