mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[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:
@@ -81,8 +81,6 @@ namespace swift {
|
||||
|
||||
namespace syntax {
|
||||
class SourceFileSyntax;
|
||||
class SyntaxParsingContext;
|
||||
class SyntaxParsingContextRoot;
|
||||
}
|
||||
|
||||
/// Discriminator for file-units.
|
||||
|
||||
Reference in New Issue
Block a user