Skip to content

Commit 2fbd3fe

Browse files
committed
[IDE] Move ExprContextAnalyser to its own file
NFC
1 parent d17bb78 commit 2fbd3fe

File tree

4 files changed

+672
-594
lines changed

4 files changed

+672
-594
lines changed

lib/IDE/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ add_swift_host_library(swiftIDE STATIC
22
CodeCompletion.cpp
33
CodeCompletionCache.cpp
44
CommentConversion.cpp
5+
ExprContextAnalysis.cpp
56
Formatting.cpp
67
Refactoring.cpp
78
ModuleInterfacePrinting.cpp
@@ -14,6 +15,7 @@ add_swift_host_library(swiftIDE STATIC
1415
APIDigesterData.cpp
1516
SourceEntityWalker.cpp
1617
LINK_LIBRARIES
18+
swiftAST
1719
swiftFrontend
1820
swiftClangImporter
1921
swiftDWARFImporter

0 commit comments

Comments
 (0)