Commits

Jacob Bandes-Storch committed 1b142ed0545
Add missing setIsParseError() during enum case parsing An invalid `case` construct would incorrectly return a successful status, causing `parseDecl` to crash later when it assumed there were valid decls in the `Entries` vector.