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:
@@ -116,6 +116,9 @@ public:
|
||||
|
||||
/// If set to true, compile with the SIL Ownership Model enabled.
|
||||
bool EnableSILOwnership = false;
|
||||
|
||||
/// When parsing SIL, assume unqualified ownership.
|
||||
bool AssumeUnqualifiedOwnershipWhenParsing = false;
|
||||
};
|
||||
|
||||
} // end namespace swift
|
||||
|
||||
Reference in New Issue
Block a user