Explicit resource management (using
) transform improvements
#9699
Labels
A-transformer
Area - Transformer / Transpiler
using
) transform improvements
#9699
#9310 implemented explicit resource management (
using
declarations) transform.A few tasks for us as follow-ups:
enter_program
visitor. Which statements are moved into new block, and which aren't? Why?using
declarations (Bindings declared withusing
should be block scoped and const #9666).SemanticBuilder::with_scope_tree_child_ids
(hopefully). Then remove from example.cc @camc314.
The text was updated successfully, but these errors were encountered: