mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[syntax-parse] Make the SyntaxParsingContext move-only
This commit is contained in:
@@ -220,6 +220,9 @@ public:
|
||||
setCreateSyntax(Kind);
|
||||
}
|
||||
|
||||
SyntaxParsingContext(const SyntaxParsingContext &other) = delete;
|
||||
SyntaxParsingContext &operator=(const SyntaxParsingContext &other) = delete;
|
||||
|
||||
~SyntaxParsingContext();
|
||||
|
||||
/// Try looking up if an unmodified node exists at \p LexerOffset of the same
|
||||
|
||||
Reference in New Issue
Block a user