We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97ec750 commit e705d86Copy full SHA for e705d86
include/swift/Option/Options.td
@@ -521,7 +521,7 @@ def enable_experimental_concise_pound_file : Flag<["-"],
521
522
def enable_experimental_cxx_interop :
523
Flag<["-"], "enable-experimental-cxx-interop">,
524
- HelpText<"Enable C++ interop code generation and config directives">;
+ HelpText<"Allow importing C++ modules into Swift (experimental feature)">;
525
526
def experimental_cxx_stdlib :
527
Separate<["-"], "experimental-cxx-stdlib">,
0 commit comments