================ @@ -0,0 +1,10 @@ +// RUN: %clang_cc1 --std=c++17 -fexperimental-new-constant-interpreter -verify %s ---------------- Sirraide wrote:
```suggestion // RUN: %clang_cc1 --std=c++17 -verify %s // RUN: %clang_cc1 --std=c++17 -fexperimental-new-constant-interpreter -verify %s ``` This should test both the old and new constant evaluator. https://github.com/llvm/llvm-project/pull/172399 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
