mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Move SourceEntityWalker into libAST NFC
It fits right in among our other AST walkers and lets us use it lower in the stack than libIDE.
This commit is contained in:
@@ -17,11 +17,11 @@
|
||||
|
||||
#include "swift/AST/ASTPrinter.h"
|
||||
#include "swift/AST/ASTWalker.h"
|
||||
#include "swift/AST/SourceEntityWalker.h"
|
||||
#include "swift/Frontend/Frontend.h"
|
||||
#include "swift/Frontend/PrintingDiagnosticConsumer.h"
|
||||
#include "swift/IDE/CommentConversion.h"
|
||||
#include "swift/IDE/ModuleInterfacePrinting.h"
|
||||
#include "swift/IDE/SourceEntityWalker.h"
|
||||
#include "swift/IDE/SyntaxModel.h"
|
||||
// This is included only for createLazyResolver(). Move to different header ?
|
||||
#include "swift/Sema/IDETypeChecking.h"
|
||||
|
||||
Reference in New Issue
Block a user