Skip to content

Commit 6d8d09e

Browse files
committed
[ClangImporter] move swiftify to SwiftifyDecl.cpp (NFC)
This code doesn't interact that much with the rest of ClangImporter, and will continue to grow. Keeping it in a separate file makes it easier to navigate.
1 parent 0a8314b commit 6d8d09e

File tree

4 files changed

+502
-470
lines changed

4 files changed

+502
-470
lines changed

lib/ClangImporter/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ add_swift_host_library(swiftClangImporter STATIC
2424
ImportName.cpp
2525
ImportType.cpp
2626
Serializability.cpp
27+
SwiftifyDecl.cpp
2728
SwiftLookupTable.cpp
2829
)
2930
target_link_libraries(swiftClangImporter PRIVATE

0 commit comments

Comments
 (0)