Skip to content

Commit b2233d7

Browse files
committed
test
1 parent 5a9cc93 commit b2233d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/AST/ExprConstant.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,7 @@ namespace {
10231023
: Ctx(const_cast<ASTContext &>(C)), EvalStatus(S), CurrentCall(nullptr),
10241024
CallStackDepth(0), NextCallIndex(1),
10251025
StepsLeft(C.getLangOpts().ConstexprStepLimit),
1026-
EnableNewConstInterp(C.getLangOpts().EnableNewConstInterp),
1026+
EnableNewConstInterp(true),//C.getLangOpts().EnableNewConstInterp),
10271027
BottomFrame(*this, SourceLocation(), /*Callee=*/nullptr,
10281028
/*This=*/nullptr,
10291029
/*CallExpr=*/nullptr, CallRef()),

0 commit comments

Comments
 (0)