Skip to content

Commit 40fe30d

Browse files
committed
[clang] add help text for constexpr step limit opt-out
1 parent a9d97d4 commit 40fe30d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Driver/Options.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2045,7 +2045,7 @@ def fconstexpr_depth_EQ : Joined<["-"], "fconstexpr-depth=">, Group<f_Group>,
20452045
MarshallingInfoInt<LangOpts<"ConstexprCallDepth">, "512">;
20462046
def fconstexpr_steps_EQ : Joined<["-"], "fconstexpr-steps=">, Group<f_Group>,
20472047
Visibility<[ClangOption, CC1Option]>,
2048-
HelpText<"Set the maximum number of steps in constexpr function evaluation">,
2048+
HelpText<"Set the maximum number of steps in constexpr function evaluation (0 = no limit)">,
20492049
MarshallingInfoInt<LangOpts<"ConstexprStepLimit">, "1048576">;
20502050
def fexperimental_new_constant_interpreter : Flag<["-"], "fexperimental-new-constant-interpreter">, Group<f_Group>,
20512051
HelpText<"Enable the experimental new constant interpreter">,

0 commit comments

Comments
 (0)