Skip to content

Commit

Permalink
Merge pull request swiftlang#66001 from apple/egorzhdan/cxx-driver-op…
Browse files Browse the repository at this point in the history
…tion

[cxx-interop] Update help message for the driver flag
  • Loading branch information
egorzhdan committed May 18, 2023
2 parents 6d13eeb + 4e47aff commit f2dcbb5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/swift/Option/Options.td
Original file line number Diff line number Diff line change
Expand Up @@ -709,8 +709,7 @@ def enable_experimental_cxx_interop :
def cxx_interoperability_mode :
Joined<["-"], "cxx-interoperability-mode=">,
Flags<[FrontendOption, ModuleInterfaceOption]>,
HelpText<"Enables C++ interoperability; requires compatbility version to be "
"specified.">;
HelpText<"Enables C++ interoperability; pass 'default' to enable or 'off' to disable">;

def experimental_c_foreign_reference_types :
Flag<["-"], "experimental-c-foreign-reference-types">,
Expand Down

0 comments on commit f2dcbb5

Please sign in to comment.