swift
62d71d99 - AST: Rename NormalProtocolConformance::Resolver to Loader

Commit
8 years ago
AST: Rename NormalProtocolConformance::Resolver to Loader In almost all other places, 'resolver' means the ASTContext's LazyResolver, which is just an abstract base class for the TypeChecker instance to break circularity. But here it is something totally different, used to lazily populate imported and deserialized conformances, not parsed conformances.
Author
Committer
Parents
Loading