Commits

Jordan Rose committed 6a50a12befc
[PrintAsObjC] Don't assume typedef'd enums have a name themselves. ...and then fix our forward-declaration logic that assumed that they did. This fixes a rare case where we would end up printing "enum" twice if the user (benignly) misused NS_ENUM. rdar://problem/19769964 Swift SVN r25143