You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/SwiftOptions/Options.swift
+2-2
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,7 @@ extension Option {
104
104
publicstaticletcrosscheckUnqualifiedLookup:Option=Option("-crosscheck-unqualified-lookup",.flag, attributes:[.frontend,.noDriver], helpText:"Compare legacy DeclContext- to ASTScope-based unqualified name lookup (for debugging)")
105
105
publicstaticletcxxInteropGettersSettersAsProperties:Option=Option("-cxx-interop-getters-setters-as-properties",.flag, attributes:[.helpHidden,.frontend,.noDriver], helpText:"Import getters and setters as computed properties in Swift")
106
106
publicstaticletcxxInteropUseOpaquePointerForMoveonly:Option=Option("-cxx-interop-use-opaque-pointer-for-moveonly",.flag, attributes:[.helpHidden,.frontend,.noDriver], helpText:"Testing flag that will be eliminated soon. Do not use.")
107
-
publicstaticletcxxInteroperabilityMode:Option=Option("-cxx-interoperability-mode=",.joined, attributes:[.frontend,.synthesizeInterface,.moduleInterface], helpText:"Enables C++ interoperability; pass 'default' to enable or 'off' to disable")
107
+
publicstaticletcxxInteroperabilityMode:Option=Option("-cxx-interoperability-mode=",.joined, attributes:[.frontend,.synthesizeInterface], helpText:"Enables C++ interoperability; pass 'default' to enable or 'off' to disable")
publicstaticletdebugAssertAfterParse:Option=Option("-debug-assert-after-parse",.flag, attributes:[.helpHidden,.frontend,.noDriver], helpText:"Force an assertion failure after parsing", group:.debugCrash)
110
110
publicstaticletdebugAssertImmediately:Option=Option("-debug-assert-immediately",.flag, attributes:[.helpHidden,.frontend,.noDriver], helpText:"Force an assertion failure immediately", group:.debugCrash)
@@ -417,7 +417,7 @@ extension Option {
417
417
publicstaticletenableExperimentalAsyncTopLevel:Option=Option("-enable-experimental-async-top-level",.flag, attributes:[.helpHidden,.frontend,.noDriver,.moduleInterface], helpText:"Enable experimental concurrency in top-level code")
publicstaticletenableExperimentalCxxInterop:Option=Option("-enable-experimental-cxx-interop",.flag, attributes:[.helpHidden,.frontend,.noDriver,.moduleInterface], helpText:"Enable experimental C++ interop code generation and config directives")
420
+
publicstaticletenableExperimentalCxxInterop:Option=Option("-enable-experimental-cxx-interop",.flag, attributes:[.helpHidden,.frontend,.noDriver], helpText:"Enable experimental C++ interop code generation and config directives")
421
421
publicstaticletenableExperimentalDistributed:Option=Option("-enable-experimental-distributed",.flag, attributes:[.helpHidden,.frontend,.noDriver,.moduleInterface], helpText:"Enable experimental 'distributed' actors and functions")
422
422
publicstaticletenableExperimentalEagerClangModuleDiagnostics:Option=Option("-enable-experimental-eager-clang-module-diagnostics",.flag, attributes:[.helpHidden,.frontend,.noDriver,.moduleInterface], helpText:"Enable experimental eager diagnostics reporting on the importability of all referenced C, C++, and Objective-C libraries")
423
423
publicstaticletenableExperimentalFeature:Option=Option("-enable-experimental-feature",.separate, attributes:[.frontend,.moduleInterface], helpText:"Enable an experimental feature")
0 commit comments