Clang
Parsing
- Most vexing parse
Clang driver
See https://clang.llvm.org/docs/DriverInternals.html Useful arguments:
-###
-ccc-print-phases
-ccc-print-bindings
Terminology
- PCH: precompiled headers
- ARC: automatic reference counting => Swift’s garbage collection
This post is licensed under CC BY 4.0 by the author.