Commits

Xi Ge committed 3d60a205bd8
Each element in an enum decl was of the type EnumDecl.type-> (type ->) *-> EnumDecl. The EnumDecl.type may confuse swift users, thus show only (type ->) *-> EnumDecl as the enum element type. rdar://18460552 Swift SVN r25603