mirror of
https://github.com/ziglang/zig.git
synced 2026-02-11 12:01:18 +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.