Author: Timm Bäder
Date: 2023-09-29T12:34:25+02:00
New Revision: fb0f5579c86377f511112f97453f8d9ba7c8d7d3

URL: 
https://github.com/llvm/llvm-project/commit/fb0f5579c86377f511112f97453f8d9ba7c8d7d3
DIFF: 
https://github.com/llvm/llvm-project/commit/fb0f5579c86377f511112f97453f8d9ba7c8d7d3.diff

LOG: [clang][Interp][NFC] Enable SemaCXX/constexpr-many-arguments test

Added: 
    

Modified: 
    clang/test/SemaCXX/constexpr-many-arguments.cpp

Removed: 
    


################################################################################
diff  --git a/clang/test/SemaCXX/constexpr-many-arguments.cpp 
b/clang/test/SemaCXX/constexpr-many-arguments.cpp
index 3b5e974b3328b06..e0818cc484eb621 100644
--- a/clang/test/SemaCXX/constexpr-many-arguments.cpp
+++ b/clang/test/SemaCXX/constexpr-many-arguments.cpp
@@ -1,4 +1,5 @@
 // RUN: %clang_cc1 -std=c++11 -fsyntax-only %s
+// RUN: %clang_cc1 -std=c++11 -fsyntax-only 
-fexperimental-new-constant-interpreter %s
 // PR13197
 
 struct type1


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to