mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
We were always dropping the error status when returning from parseExprImpl. We were also incorrectly keeping error status after recovering by finding the right close token in parseList. This change fixes both, and also updates a few callers of parseList that assumed when they reported a failure parsing an element the list as a whole would get error status, which isn't true due to recovery.
272 KiB
272 KiB