Skip to content

Commit 744c577

Browse files
authored
Merge pull request #85395 from egorzhdan/egorzhdan/fixup-clang-access-flag
[cxx-interop] Fix-up `-emit-clang-header-min-access` flag
2 parents e5e7948 + 0afa1af commit 744c577

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/swift/Option/Options.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -842,9 +842,9 @@ def emit_clang_header_path : Separate<["-"], "emit-clang-header-path">,
842842
Alias<emit_objc_header_path>;
843843

844844
def emit_clang_header_min_access : Separate<["-"], "emit-clang-header-min-access">,
845-
Flags<[FrontendOption, NoInteractiveOption, ArgumentIsPath, CacheInvariant]>,
845+
Flags<[FrontendOption, NoInteractiveOption, CacheInvariant]>,
846846
MetaVarName<"<access-level>">,
847-
HelpText<"The minimum access level of declarations to include in the emitted header.>">;
847+
HelpText<"The minimum access level of declarations to include in the emitted header">;
848848

849849
def static : Flag<["-"], "static">,
850850
Flags<[FrontendOption, ModuleInterfaceOption, NoInteractiveOption]>,

0 commit comments

Comments
 (0)