A parse-only option is needed for parse performance tracking and the current option also includes semantic analysis.
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