================ @@ -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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
