swift
3062b8c6 - Sema: Move function result/subscript element type computation into a request

Commit
6 years ago
Sema: Move function result/subscript element type computation into a request validateDecl() no longer explicitly validates the result TypeLoc. Instead, the request is triggered via validateDecl() calling computeType() on the FuncDecl or SubscriptDecl.
Author
Committer
Parents
Loading