mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Caveats / TODOs: - Since we're using the global method pool, this isn't scoped by module. We could do a per-module filter, but I don't know if that will actually buy us much. - Clang's method pool does not include methods from protocols. - This requires importing every single method found into Swift's AST just to print them in the completion results. Swift SVN r7329
650 B
650 B