Commits

Slava Pestov committed 5cc4f2b93df
Sema: Use isTypeChecking() to avoid recursively validating EnumElementDecls Validating the argument type might validate the enum decl in malformed (or maybe even some valid?) code. We would call computeTwice() in this case, leading to a crash. Also clean up some test cases. Swift SVN r30673