================ @@ -0,0 +1,41 @@ +// RUN: %clang_cc1 -ast-dump -std=c++17 %s | FileCheck %s ---------------- AaronBallman wrote:
```suggestion // RUN: %clang_cc1 -ast-dump %s | FileCheck %s ``` I don't think there's anything which requires C++17 in the test? https://github.com/llvm/llvm-project/pull/193567 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
