Commits

Joe Pamer committed d04cb7de40d
Only attempt to compute the interface type of an enum element if its parent enum type is actually generic (rdar://problem/17186190). This prevents the compiler from crashing if a user nests an enum declaration within a generic type. (We'll just emit a diagnostic, as intended.) Swift SVN r21466