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
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -327,6 +327,7 @@ extension Option {
327
327
publicstaticletenableOssaModules:Option=Option("-enable-ossa-modules",.flag, attributes:[.helpHidden,.frontend,.noDriver], helpText:"Always serialize SIL in ossa form. If this flag is not passed in, when optimizing ownership will be lowered before serializing SIL")
328
328
publicstaticletenableParameterizedProtocolTypes:Option=Option("-enable-parameterized-protocol-types",.flag, attributes:[.helpHidden,.frontend,.noDriver], helpText:"Enable experimental support for primary associated types and parameterized protocols")
329
329
publicstaticletenablePrivateImports:Option=Option("-enable-private-imports",.flag, attributes:[.helpHidden,.frontend,.noInteractive], helpText:"Allows this module's internal and private API to be accessed")
330
+
publicstaticletenableRegexLiterals:Option=Option("-enable-regex-literals",.flag, attributes:[.frontend], helpText:"Enable the use of regular-expression literals")
330
331
publicstaticletenableRequirementMachineOpaqueArchetypes:Option=Option("-enable-requirement-machine-opaque-archetypes",.flag, attributes:[.helpHidden,.frontend,.noDriver], helpText:"Enable more correct opaque archetype support, which is off by default because it might fail to produce a convergent rewrite system")
331
332
publicstaticletenableResilience:Option=Option("-enable-resilience",.flag, attributes:[.helpHidden,.frontend,.noDriver,.moduleInterface], helpText:"Deprecated, use -enable-library-evolution instead")
332
333
publicstaticletenableSilOpaqueValues:Option=Option("-enable-sil-opaque-values",.flag, attributes:[.helpHidden,.frontend,.noDriver], helpText:"Enable SIL Opaque Values")
0 commit comments