Geoff Romer
b8d4e2f41b
Binding pattern naming cleanup ( #3410 )
...
- Rename `PatternBinding` to `BindingPattern`.
- Use `BindingPattern` rather than `Pattern` in the names of
binding-pattern-specific parse states.
2023-12-01 21:36:51 +00:00
josh11b and Chandler Carruth
7edfd8e02a
Rename SemIR::Node to SemIR::Inst ( #3355 )
...
And generally replace "node" by "inst" in the code and "instruction" in
comments.
---------
Co-authored-by: Chandler Carruth <chandlerc@gmail.com >
2023-11-02 17:58:30 +00:00
Jon Ross-Perkins
1c748c0f14
Split semantics into check and sem_ir directories ( #3176 )
...
Continuing along with #3070 . Note this is just a file rename, with BUILD
edits; every file previously in semantics/ should show as moved (except
maybe BUILDs, which split).
2023-08-31 19:54:32 +00:00