[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

@@ -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"