Commit Graph

1 Commits

Author SHA1 Message Date
Alexis Laferrière aa33160d0c ClangImporter: Intro services to parse ObjC implementation file
New clang importer services parse a target file to find clang declarations.
For each declaration it tracks back its declaration site and import it to
Swift. It then generates a JSON format holding the parsed information and
the imported Swift signature.
2026-03-25 11:36:15 -07:00