Commits

Joe Pamer committed c81656e837d
Fix type checking of self-recursive enum element members. We can now type check them without crashing, but we still can't IRGen. (Though, in that case we'll print a decent error message. Implementing IRGen for recursive enums is covered by rdar://problem/16178426) Swift SVN r14473