Skip to content

Commit efa350a

Browse files
committed
[PrintAsObjC] Pull the actual decl/type printer out to a separate file
I've tried several times to separate the type printing from the decl-printing and found it tricky, but at least both can be separated from the logic of walking the top-level decls in a module and scheduling them appropriately. No functionality change.
1 parent e0160a4 commit efa350a

File tree

4 files changed

+2158
-2052
lines changed

4 files changed

+2158
-2052
lines changed

lib/PrintAsObjC/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
add_swift_host_library(swiftPrintAsObjC STATIC
2+
DeclAndTypePrinter.cpp
23
PrintAsObjC.cpp)
34
target_link_libraries(swiftPrintAsObjC PRIVATE
45
swiftAST

0 commit comments

Comments
 (0)