================
@@ -0,0 +1,750 @@
+// RUN: %check_clang_tidy -std=c++17-or-later %s
modernize-use-shared-ptr-array %t
+
+namespace std {
----------------
zwuis wrote:Use `#include <memory>`. Paths of mock headers are handled in `%check_clang_tidy`. https://github.com/llvm/llvm-project/pull/199458 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
