mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Both `try?` and `try!` are catch nodes, because they catch an error thrown in their subexpression and handle it. Introduce an ASTScope for all `try/try?/try1` expressions so we can find them, and model them as catch nodes. Fixes rdar://119216455.
14 KiB
14 KiB