mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +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:
@@ -36,7 +36,6 @@
|
||||
#include "swift/Basic/SourceManager.h"
|
||||
#include "swift/Parse/Token.h"
|
||||
#include "swift/Syntax/SyntaxNodes.h"
|
||||
#include "swift/Syntax/SyntaxParsingContext.h"
|
||||
#include "clang/Basic/Module.h"
|
||||
#include "llvm/ADT/DenseMap.h"
|
||||
#include "llvm/ADT/DenseSet.h"
|
||||
|
||||
Reference in New Issue
Block a user