We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 79a7d38 + c27a96c commit beb6cafCopy full SHA for beb6caf
include/swift/Parse/SyntaxParsingContext.h
@@ -220,6 +220,9 @@ class alignas(1 << SyntaxAlignInBits) SyntaxParsingContext {
220
setCreateSyntax(Kind);
221
}
222
223
+ SyntaxParsingContext(const SyntaxParsingContext &other) = delete;
224
+ SyntaxParsingContext &operator=(const SyntaxParsingContext &other) = delete;
225
+
226
~SyntaxParsingContext();
227
228
/// Try looking up if an unmodified node exists at \p LexerOffset of the same
0 commit comments