Commits

Devin Coughlin committed be17941059a
Sema: Build type refinement contexts for functions without bodies. We were skipping building refinement contexts for function declarations without bodies (such as protocol requirements and @asmname functions). These contexts are needed to determine whether parameter and return types are available in those declaration. Swift SVN r30380