Commit b442d01
Move expression family out-of-line into MLIRGenExpressions.cpp (review doc 1)
41 expression-level mlirGen overloads (Expression dispatcher, unary/
binary/conditional, call/new/delete, property/element access,
literals, template literals, function/arrow/class expressions,
identifier resolution) move from MLIRGenImpl.h into a new
MLIRGenExpressions.cpp TU; header keeps declarations. 1343 lines out
of the header (18967 -> 17624).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent eadaa6b commit b442d01
3 files changed
Lines changed: 1500 additions & 1405 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
0 commit comments