Skip to content

Commit f883903

Browse files
committed
fixup! [clang][docs] Update Include Options Help
1 parent d9fc057 commit f883903

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
@@ -5534,7 +5534,7 @@ def noprofilelib : Flag<["-"], "noprofilelib">;
55345534
def noseglinkedit : Flag<["-"], "noseglinkedit">;
55355535
def nostartfiles : Flag<["-"], "nostartfiles">, Group<Link_Group>;
55365536
def nostdinc : Flag<["-"], "nostdinc">,
5537-
Visibility<[ClangOption, CLOption, DXCOption]>, Group<IncludePath_Group>
5537+
Visibility<[ClangOption, CLOption, DXCOption]>, Group<IncludePath_Group>,
55385538
HelpText<"Disable both standard system #include directories and builtin #include directores">;
55395539
def nostdlibinc : Flag<["-"], "nostdlibinc">, Group<IncludePath_Group>,
55405540
HelpText<"Disable standard system #include directories only">;

0 commit comments

Comments
 (0)