269 changes: 0 additions & 269 deletions clang/lib/AST/Interp/Integral.h

This file was deleted.

417 changes: 0 additions & 417 deletions clang/lib/AST/Interp/Interp.cpp

This file was deleted.

960 changes: 0 additions & 960 deletions clang/lib/AST/Interp/Interp.h

This file was deleted.

193 changes: 0 additions & 193 deletions clang/lib/AST/Interp/InterpFrame.cpp

This file was deleted.

153 changes: 0 additions & 153 deletions clang/lib/AST/Interp/InterpFrame.h

This file was deleted.

77 changes: 0 additions & 77 deletions clang/lib/AST/Interp/InterpStack.cpp

This file was deleted.

113 changes: 0 additions & 113 deletions clang/lib/AST/Interp/InterpStack.h

This file was deleted.

74 changes: 0 additions & 74 deletions clang/lib/AST/Interp/InterpState.cpp

This file was deleted.

112 changes: 0 additions & 112 deletions clang/lib/AST/Interp/InterpState.h

This file was deleted.

30 changes: 0 additions & 30 deletions clang/lib/AST/Interp/Opcode.h

This file was deleted.

422 changes: 0 additions & 422 deletions clang/lib/AST/Interp/Opcodes.td

This file was deleted.

193 changes: 0 additions & 193 deletions clang/lib/AST/Interp/Pointer.cpp

This file was deleted.

353 changes: 0 additions & 353 deletions clang/lib/AST/Interp/Pointer.h

This file was deleted.

364 changes: 0 additions & 364 deletions clang/lib/AST/Interp/Program.cpp

This file was deleted.

220 changes: 0 additions & 220 deletions clang/lib/AST/Interp/Program.h

This file was deleted.

46 changes: 0 additions & 46 deletions clang/lib/AST/Interp/Record.cpp

This file was deleted.

121 changes: 0 additions & 121 deletions clang/lib/AST/Interp/Record.h

This file was deleted.

39 changes: 0 additions & 39 deletions clang/lib/AST/Interp/Source.cpp

This file was deleted.

118 changes: 0 additions & 118 deletions clang/lib/AST/Interp/Source.h

This file was deleted.

158 changes: 0 additions & 158 deletions clang/lib/AST/Interp/State.cpp

This file was deleted.

130 changes: 0 additions & 130 deletions clang/lib/AST/Interp/State.h

This file was deleted.

23 changes: 0 additions & 23 deletions clang/lib/AST/Interp/Type.cpp

This file was deleted.

115 changes: 0 additions & 115 deletions clang/lib/AST/Interp/Type.h

This file was deleted.

6 changes: 0 additions & 6 deletions clang/lib/Driver/ToolChains/Clang.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4489,12 +4489,6 @@ void Clang::ConstructJob(Compilation &C, const JobAction &JA,
CmdArgs.push_back(A->getValue());
}

if (Args.hasArg(options::OPT_fexperimental_new_constant_interpreter))
CmdArgs.push_back("-fexperimental-new-constant-interpreter");

if (Args.hasArg(options::OPT_fforce_experimental_new_constant_interpreter))
CmdArgs.push_back("-fforce-experimental-new-constant-interpreter");

if (Arg *A = Args.getLastArg(options::OPT_fbracket_depth_EQ)) {
CmdArgs.push_back("-fbracket-depth");
CmdArgs.push_back(A->getValue());
Expand Down
4 changes: 0 additions & 4 deletions clang/lib/Frontend/CompilerInvocation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2783,10 +2783,6 @@ static void ParseLangArgs(LangOptions &Opts, ArgList &Args, InputKind IK,
getLastArgIntValue(Args, OPT_fconstexpr_depth, 512, Diags);
Opts.ConstexprStepLimit =
getLastArgIntValue(Args, OPT_fconstexpr_steps, 1048576, Diags);
Opts.EnableNewConstInterp =
Args.hasArg(OPT_fexperimental_new_constant_interpreter);
Opts.ForceNewConstInterp =
Args.hasArg(OPT_fforce_experimental_new_constant_interpreter);
Opts.BracketDepth = getLastArgIntValue(Args, OPT_fbracket_depth, 256, Diags);
Opts.DelayedTemplateParsing = Args.hasArg(OPT_fdelayed_template_parsing);
Opts.NumLargeByValueCopy =
Expand Down
11 changes: 0 additions & 11 deletions clang/test/AST/Interp/cond.cpp

This file was deleted.

Loading