diff options
| author | Nandor Licker <n@ndor.email> | 2019-08-31 15:15:39 +0000 |
|---|---|---|
| committer | Nandor Licker <n@ndor.email> | 2019-08-31 15:15:39 +0000 |
| commit | 0420ce03d1d21b8622ef6a56f431689ac12bc58e (patch) | |
| tree | f357fd64281d4edf8e45983474cfa594ddbe3e0f /include/clang/Driver | |
| parent | 970bc350a3db91afc849d151b448a1169d2af536 (diff) | |
| download | clang-0420ce03d1d21b8622ef6a56f431689ac12bc58e.tar.gz | |
Revert [Clang Interpreter] Initial patch for the constexpr interpreter
This reverts r370584 (git commit afcb3de117265a69d21e5673356e925a454d7d02)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@370588 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Driver')
| -rw-r--r-- | include/clang/Driver/Options.td | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/clang/Driver/Options.td b/include/clang/Driver/Options.td index 9792239f02..6aba6744e0 100644 --- a/include/clang/Driver/Options.td +++ b/include/clang/Driver/Options.td @@ -838,10 +838,6 @@ def fconstant_cfstrings : Flag<["-"], "fconstant-cfstrings">, Group<f_Group>; def fconstant_string_class_EQ : Joined<["-"], "fconstant-string-class=">, Group<f_Group>; def fconstexpr_depth_EQ : Joined<["-"], "fconstexpr-depth=">, Group<f_Group>; def fconstexpr_steps_EQ : Joined<["-"], "fconstexpr-steps=">, Group<f_Group>; -def fexperimental_new_constant_interpreter : Flag<["-"], "fexperimental-new-constant-interpreter">, Group<f_Group>, - HelpText<"Enable the experimental new constant interpreter">, Flags<[CC1Option]>; -def fforce_experimental_new_constant_interpreter : Flag<["-"], "fforce-experimental-new-constant-interpreter">, Group<f_Group>, - HelpText<"Force the use of the experimental new constant interpreter, failing on missing features">, Flags<[CC1Option]>; def fconstexpr_backtrace_limit_EQ : Joined<["-"], "fconstexpr-backtrace-limit=">, Group<f_Group>; def fno_crash_diagnostics : Flag<["-"], "fno-crash-diagnostics">, Group<f_clang_Group>, Flags<[NoArgumentUnused, CoreOption]>, |
