Skip to content

Commit 1ea28d8

Browse files
committed
Enable skip synthesized members as a driver option
1 parent b27bc18 commit 1ea28d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/Option/Options.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1839,7 +1839,7 @@ def experimental_allowed_reexported_modules: CommaJoined<["-"], "experimental-al
18391839
HelpText<"Allow reexporting symbols from the provided modules if they are themselves exported from the main module. This is a comma separated list of module names.">;
18401840

18411841
def skip_synthesized_members: Flag<[ "-" ], "skip-synthesized-members">,
1842-
Flags<[NoDriverOption, SwiftSymbolGraphExtractOption]>,
1842+
Flags<[SwiftSymbolGraphExtractOption]>,
18431843
HelpText<"Skip members inherited through classes or default implementations">;
18441844

18451845
def minimum_access_level : Separate<["-"], "minimum-access-level">,

0 commit comments

Comments
 (0)