[Parse] Move SyntaxParsingContext to Parse (#14360)

This is only for the Parser.
Also, this resolves layering violation where libAST and libSyntax
depends on each other.
This commit is contained in:
Rintaro Ishizaki
2018-02-03 10:43:52 +09:00
committed by GitHub
parent 87f7b4e5fb
commit 2134f9f768
15 changed files with 81 additions and 80 deletions

View File

@@ -81,8 +81,6 @@ namespace swift {
namespace syntax {
class SourceFileSyntax;
class SyntaxParsingContext;
class SyntaxParsingContextRoot;
}
/// Discriminator for file-units.