Commits

Slava Pestov committed 769a5a2048e
Sema: Small cleanups Mostly NFC, but note that DeclContext::getDeclaredInterfaceType() returns Type() for invalid extensions, whereas the older way of going through getAsNominalTypeOrNominalTypeExtensionContext() would crash because we'd call getDeclaredInterfaceType() on a null decl.