Commits

Slava Pestov committed 5a71bd5321d
Sema: Fixits for @noreturn -> Never (SE-0102) There are two places where @noreturn appears: - As an attribute on function declarations - As an attribute on function types In the first case, we have to handle a few different cases; the function declaration might not have a return type, or it might be something other than ().