Commit 2674bc5
authored
Store IR node references in binder definitions (#1474)
This PR changes all `Definition` variants in the new binder to store a
reference to the corresponding IR node instead of separate `NodeId` and
`Rc<TerminalNode>` for the identifier name. This way we can navigate
back from the definitions into the IR tree.1 parent f27c002 commit 2674bc5
File tree
6 files changed
+235
-247
lines changed- crates/solidity/outputs/cargo/crate/src/backend
- binder
- passes
- p3_linearise_contracts
- p4_type_definitions
6 files changed
+235
-247
lines changed
0 commit comments