================ @@ -0,0 +1,13 @@ +// RUN: %clang_cc1 --std=c++17 -fexperimental-new-constant-interpreter -verify=experiment %s +// RUN: %clang_cc1 --std=c++17 -triple x86_64-pc-win32 -verify=experiment %s +// RUN: %clang_cc1 --std=c++17 -triple x86_64-pc-linux -verify=none %s + +#ifndef _MSC_VER +// none-no-diagnostics ---------------- Sirraide wrote:
I don’t think this is right, we *should* emit a diagnostic about this even with the old AST-based evaluator. Also, why does being on Windows matter here at all? https://github.com/llvm/llvm-project/pull/172399 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
