[clang-tools-extra] [clang-tidy] Add bugprone-smart-ptr-initialization check (PR #181570)

Baranov Victor via cfe-commits cfe-commits at lists.llvm.org
Sun Feb 22 04:45:39 PST 2026


================
@@ -0,0 +1,101 @@
+namespace std {
----------------
vbvictor wrote:

There should be some header with pointers, see `-I %S/../modernize/Inputs/smart-ptr`, reuse them

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


More information about the cfe-commits mailing list