Commits

Anna Zaks committed 98d180c3f3d
Pack AnyFunctionType’s extra info inside a separate class stored inside the TypeBits. Refactored the function calling conventions,"thin" attribute, and other extra function info bits to be stored inside the TypeBits. The isAutoClosure and IsBlock bits are also pulled up into AnyFunctionType. This should make it easier to construct and propagate the attributes. Using ExtInfo struct to simplify the FunctionType is coming up next. Swift SVN r6284