@@ -2221,12 +2221,6 @@ defm define_target_os_macros : OptInCC1FFlag<"define-target-os-macros",
22212221def fparse_all_comments : Flag<["-"], "fparse-all-comments">, Group<f_clang_Group>,
22222222 Visibility<[ClangOption, CC1Option]>,
22232223 MarshallingInfoFlag<LangOpts<"CommentOpts.ParseAllComments">>;
2224- def fretain_comments : Flag<["-"], "fretain-comments">, Group<f_clang_Group>,
2225- Visibility<[ClangOption, CC1Option]>,
2226- HelpText<"Retain documentation comments in the AST even when no diagnostic or "
2227- "language option would otherwise require them (e.g. for tools that "
2228- "query comments after parsing)">,
2229- MarshallingInfoFlag<LangOpts<"CommentOpts.RetainComments">>;
22302224def frecord_command_line : Flag<["-"], "frecord-command-line">,
22312225 DocBrief<[{Generate a section named ".GCC.command.line" containing the
22322226driver command-line. After linking, the section may contain multiple command
@@ -3948,7 +3942,7 @@ defm implicit_modules : BoolFOption<"implicit-modules",
39483942 [NoXarchOption], [ClangOption, CLOption]>>;
39493943def fretain_comments_from_system_headers : Flag<["-"], "fretain-comments-from-system-headers">, Group<f_Group>,
39503944 Visibility<[ClangOption, CC1Option]>,
3951- MarshallingInfoFlag<LangOpts<"CommentOpts. RetainCommentsFromSystemHeaders">>;
3945+ MarshallingInfoFlag<LangOpts<"RetainCommentsFromSystemHeaders">>;
39523946def fmodule_header : Flag <["-"], "fmodule-header">, Group<f_Group>,
39533947 Visibility<[ClangOption, CLOption]>,
39543948 HelpText<"Build a C++20 Header Unit from a header">;
0 commit comments