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
publicstaticletcrosscheckUnqualifiedLookup:Option=Option("-crosscheck-unqualified-lookup",.flag, attributes:[.frontend,.noDriver], helpText:"Compare legacy DeclContext- to ASTScope-based unqualified name lookup (for debugging)")
99
99
publicstaticletcxxInteropGettersSettersAsProperties:Option=Option("-cxx-interop-getters-setters-as-properties",.flag, attributes:[.helpHidden,.frontend,.noDriver], helpText:"Import getters and setters as computed properties in Swift")
100
+
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.")
100
101
publicstaticletcxxInteroperabilityMode:Option=Option("-cxx-interoperability-mode=",.joined, attributes:[.frontend,.moduleInterface], 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)
@@ -684,6 +685,7 @@ extension Option {
684
685
publicstaticletprofileStatsEntities:Option=Option("-profile-stats-entities",.flag, attributes:[.helpHidden,.frontend], helpText:"Profile changes to stats in -stats-output-dir, subdivided by source entity")
685
686
publicstaticletprofileStatsEvents:Option=Option("-profile-stats-events",.flag, attributes:[.helpHidden,.frontend], helpText:"Profile changes to stats in -stats-output-dir")
686
687
publicstaticletprofileUse:Option=Option("-profile-use=",.commaJoined, attributes:[.frontend,.noInteractive,.argumentIsPath], metaVar:"<profdata>", helpText:"Supply a profdata file to enable profile-guided optimization")
688
+
publicstaticletprojectName:Option=Option("-project-name",.separate, attributes:[.frontend,.moduleInterface], helpText:"Name of the project this module to build belongs to")
687
689
publicstaticletprotocolRequirementAllowList:Option=Option("-protocol-requirement-allow-list",.separate, attributes:[.noDriver,.argumentIsPath], metaVar:"<path>", helpText:"File containing a new-line separated list of protocol names")
688
690
publicstaticletprotocolRequirementAllowList_:Option=Option("--protocol-requirement-allow-list",.separate, alias:Option.protocolRequirementAllowList, attributes:[.noDriver,.argumentIsPath], metaVar:"<path>", helpText:"File containing a new-line separated list of protocol names")
689
691
publicstaticletpublicAutolinkLibrary:Option=Option("-public-autolink-library",.separate, attributes:[.frontend,.noDriver], helpText:"Add public dependent library")
@@ -771,7 +773,6 @@ extension Option {
771
773
publicstaticletsuppressStaticExclusivitySwap:Option=Option("-suppress-static-exclusivity-swap",.flag, attributes:[.helpHidden,.frontend,.noDriver], helpText:"Suppress static violations of exclusive access with swap()")
772
774
publicstaticletsuppressWarnings:Option=Option("-suppress-warnings",.flag, attributes:[.frontend], helpText:"Suppress all warnings")
773
775
publicstaticletswiftAsyncFramePointerEQ:Option=Option("-swift-async-frame-pointer=",.joined, attributes:[.helpHidden,.frontend,.noDriver], helpText:"One of 'auto', 'always' or 'never'")
774
-
publicstaticletswiftModuleCrossImport:Option=Option("-swift-module-cross-import",.multiArg, attributes:[.frontend,.noDriver], metaVar:"<moduleName> <crossImport.swiftoverlay>", helpText:"Specify the cross import module", numArgs:2)
775
776
publicstaticletswiftModuleFile:Option=Option("-swift-module-file=",.joined, attributes:[.frontend,.noDriver], metaVar:"<name>=<path>", helpText:"Specify Swift module input explicitly built from textual interface")
776
777
publicstaticletswiftOnly:Option=Option("-swift-only",.flag, attributes:[.noDriver], helpText:"Only include APIs defined from Swift source")
777
778
publicstaticletswiftOnly_:Option=Option("--swift-only",.flag, alias:Option.swiftOnly, attributes:[.noDriver], helpText:"Only include APIs defined from Swift source")
0 commit comments