Commits
Anna Zaks committed 74bc6f05b2b
Add "noreturn" attribute : stage 1 - Add the attribute to AnyFunctionType::ExtInfo. - Propagate the attributes from DeclAttributes to AnyFunctionType for FuncDecls in TypeCheckDecl.cpp. - Make sure the new attribute is serialized. The main missing pieces are checking the applicability of the type attributes on the FuncDecl and teaching typechecker about conversions on types with noreturn. Swift SVN r6359