[clang-tools-extra] [clang-tidy] Add modernize-use-shared-ptr-array check (#180441) (PR #199458)

Zeyi Xu via cfe-commits cfe-commits at lists.llvm.org
Mon May 25 19:25:17 PDT 2026


================
@@ -0,0 +1,894 @@
+// RUN: %check_clang_tidy -std=c++17-or-later %s modernize-use-shared-ptr-array %t \
+// RUN:   -- -- -isystem %clang_tidy_headers
----------------
zeyi2 wrote:

I believe this is handled by `check_clang_tidy.py` already, so no need to pass it manually.

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


More information about the cfe-commits mailing list