mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[semantic-arc] Add the assume-parsing-unqualified-ownership-sil argument ath forces the Parser to assume that all parsed code is unqualified. This overrides the parser ownership heuristic.
This commit is contained in:
@@ -230,6 +230,9 @@ def emit_verbose_sil : Flag<["-"], "emit-verbose-sil">,
|
||||
def enable_sil_ownership : Flag<["-"], "enable-sil-ownership">,
|
||||
HelpText<"Enable the SIL Ownership Model">;
|
||||
|
||||
def assume_parsing_unqualified_ownership_sil : Flag<["-"], "assume-parsing-unqualified-ownership-sil">,
|
||||
HelpText<"Assume unqualified SIL ownership when parsing SIL">;
|
||||
|
||||
def enable_experimental_property_behaviors :
|
||||
Flag<["-"], "enable-experimental-property-behaviors">,
|
||||
HelpText<"Enable experimental property behaviors">;
|
||||
|
||||
Reference in New Issue
Block a user