mirror of
https://github.com/ziglang/zig.git
synced 2025-12-27 16:43:07 +00:00
Implements semantic analysis for the new try/try_inline ZIR instruction. Adds the new try/try_ptr AIR instructions and implements them for the LLVM backend. Fixes not calling rvalue() for tryExpr in AstGen. This is part of an effort to implement #11772.