Skip to content

Commit 9397d23

Browse files
committed
[docs] --save-temps=: add single quotes after #80921 and update --save-temps
1 parent 01706e7 commit 9397d23

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clang/include/clang/Driver/Options.td

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5392,13 +5392,13 @@ def regcall4 : Flag<["-"], "regcall4">, Group<m_Group>,
53925392
MarshallingInfoFlag<LangOpts<"RegCall4">>;
53935393
def save_temps_EQ : Joined<["-", "--"], "save-temps=">, Flags<[NoXarchOption]>,
53945394
Visibility<[ClangOption, CC1Option, FlangOption, FC1Option]>,
5395-
HelpText<"Save intermediate compilation results. <arg> can be set to cwd for "
5396-
"current working directory, or obj which will save temporary files in the "
5395+
HelpText<"Save intermediate compilation results. <arg> can be set to 'cwd' for "
5396+
"current working directory, or 'obj' which will save temporary files in the "
53975397
"same directory as the final output file">;
53985398
def save_temps : Flag<["-", "--"], "save-temps">, Flags<[NoXarchOption]>,
53995399
Visibility<[ClangOption, FlangOption, FC1Option]>,
54005400
Alias<save_temps_EQ>, AliasArgs<["cwd"]>,
5401-
HelpText<"Save intermediate compilation results">;
5401+
HelpText<"Alias for --save-temps=cwd">;
54025402
def save_stats_EQ : Joined<["-", "--"], "save-stats=">, Flags<[NoXarchOption]>,
54035403
HelpText<"Save llvm statistics.">;
54045404
def save_stats : Flag<["-", "--"], "save-stats">, Flags<[NoXarchOption]>,

0 commit comments

Comments
 (0)