Skip to content

Commit 24f7ed4

Browse files
author
Tarun Prabhu
committed
Change group of command-line options to f_group since that does not suggest that the options are "clang only"
1 parent 0ec620b commit 24f7ed4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/include/clang/Driver/Options.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2001,10 +2001,10 @@ within a command line are combined with spaces; spaces and backslashes within an
20012001
argument are escaped with backslashes. This format differs from the format of
20022002
the equivalent section produced by GCC with the -frecord-gcc-switches flag.
20032003
This option is currently only supported on ELF targets.}]>,
2004-
Group<f_clang_Group>,
2004+
Group<f_Group>,
20052005
Visibility<[ClangOption, CLOption, DXCOption, FlangOption]>;
20062006
def fno_record_command_line : Flag<["-"], "fno-record-command-line">,
2007-
Group<f_clang_Group>,
2007+
Group<f_Group>,
20082008
Visibility<[ClangOption, CLOption, DXCOption, FlangOption]>;
20092009
def : Flag<["-"], "frecord-gcc-switches">, Alias<frecord_command_line>;
20102010
def : Flag<["-"], "fno-record-gcc-switches">, Alias<fno_record_command_line>;

0 commit comments

Comments
 (0)