mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Revert "Merge pull request #26403 from rintaro/gsoc-2019-part1"
This reverts commit1a211e6e5f, reversing changes made to482d0621a6.
This commit is contained in:
@@ -155,7 +155,6 @@ private:
|
||||
node.present = true;
|
||||
}
|
||||
|
||||
public:
|
||||
OpaqueSyntaxNode recordToken(tok tokenKind,
|
||||
ArrayRef<ParsedTriviaPiece> leadingTrivia,
|
||||
ArrayRef<ParsedTriviaPiece> trailingTrivia,
|
||||
@@ -202,10 +201,6 @@ public:
|
||||
auto result = NodeLookup(lexerOffset, ckind);
|
||||
return {result.length, result.node};
|
||||
}
|
||||
|
||||
OpaqueSyntaxNodeKind getOpaqueKind() override {
|
||||
return OpaqueSyntaxNodeKind::SwiftSyntax;
|
||||
}
|
||||
};
|
||||
|
||||
static swiftparser_diagnostic_severity_t getSeverity(DiagnosticKind Kind) {
|
||||
|
||||
Reference in New Issue
Block a user