Skip to content

Commit 7a26d4e

Browse files
committed
Shorten help text
1 parent 5580215 commit 7a26d4e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

clang/include/clang/Driver/Options.td

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4301,11 +4301,7 @@ def stack_usage_file : Separate<["-"], "stack-usage-file">,
43014301
def fextend_variable_liveness_EQ : Joined<["-"], "fextend-variable-liveness=">,
43024302
Group<f_Group>, Visibility<[ClangOption, CC1Option]>,
43034303
HelpText<"Extend the liveness of user variables through optimizations to "
4304-
"prevent stale or optimized-out variable values when debugging. Can "
4305-
"be applied to all user variables, or just to the C++ 'this' ptr. "
4306-
"May choose not to extend the liveness of some variables, such as "
4307-
"non-scalars larger than 4 unsigned ints, or variables in any "
4308-
"inlined functions.">,
4304+
"prevent stale or optimized-out variable values when debugging."
43094305
Values<"all,this,none">,
43104306
NormalizedValues<["All", "This", "None"]>,
43114307
NormalizedValuesScope<"CodeGenOptions::ExtendVariableLivenessKind">,

0 commit comments

Comments
 (0)