File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
clang/include/clang/Driver Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2001,10 +2001,10 @@ within a command line are combined with spaces; spaces and backslashes within an
2001
2001
argument are escaped with backslashes. This format differs from the format of
2002
2002
the equivalent section produced by GCC with the -frecord-gcc-switches flag.
2003
2003
This option is currently only supported on ELF targets.}]>,
2004
- Group<f_clang_Group >,
2004
+ Group<f_Group >,
2005
2005
Visibility<[ClangOption, CLOption, DXCOption, FlangOption]>;
2006
2006
def fno_record_command_line : Flag<["-"], "fno-record-command-line">,
2007
- Group<f_clang_Group >,
2007
+ Group<f_Group >,
2008
2008
Visibility<[ClangOption, CLOption, DXCOption, FlangOption]>;
2009
2009
def : Flag<["-"], "frecord-gcc-switches">, Alias<frecord_command_line>;
2010
2010
def : Flag<["-"], "fno-record-gcc-switches">, Alias<fno_record_command_line>;
You can’t perform that action at this time.
0 commit comments