Skip to content

Commit 79976c8

Browse files
author
Tarun Prabhu
committed
Remove reference to clang from the documentation of -frecord-command-line
1 parent 613bcaf commit 79976c8

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
@@ -1981,7 +1981,7 @@ def fparse_all_comments : Flag<["-"], "fparse-all-comments">, Group<f_clang_Grou
19811981
Visibility<[ClangOption, CC1Option]>,
19821982
MarshallingInfoFlag<LangOpts<"CommentOpts.ParseAllComments">>;
19831983
def frecord_command_line : Flag<["-"], "frecord-command-line">,
1984-
DocBrief<[{Generate a section named ".GCC.command.line" containing the clang
1984+
DocBrief<[{Generate a section named ".GCC.command.line" containing the
19851985
driver command-line. After linking, the section may contain multiple command
19861986
lines, which will be individually terminated by null bytes. Separate arguments
19871987
within a command line are combined with spaces; spaces and backslashes within an

0 commit comments

Comments
 (0)