================ @@ -0,0 +1,7 @@ +// RUN: %clang_cc1 -verify -fsyntax-only %s -Wno-c++17-extensions ---------------- Sirraide wrote:
```suggestion // RUN: %clang_cc1 -verify -fsyntax-only %s ``` I don’t think we need to pass `-Wno-c++17-extensions` here since we’re not using any from what I can tell (and Clang defaults to C++17 anyway). https://github.com/llvm/llvm-project/pull/163666 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
