Commits

Jordan Rose committed e6bd9c97806
Add a new TypeWalker, similar to ASTWalker but for types. Use it to replace the switch-based implementation of Type::findIf. This will also be used for typealias recursive inheritance checking and for swift2objc forward declarations. Swift SVN r12599