Changes in src/AST/porting.md [a300e4a:2bb4a01]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/AST/porting.md
ra300e4a r2bb4a01 55 55 * Preserve names from previous AST whenever reasonable, and get team consensus on any changes. 56 56 * Strong justification required for private fields 57 * No `get_` prefix on getters (including for generated fields)57 * No `get_` prefix on getters 58 58 * Notable changes: 59 59 * for concision and consistency with subclasses: … … 81 81 `DeclWithType` 82 82 * When `SymTab::Validate::Pass2` is rewritten, update comment on `mangleName` with new name of pass 83 * `get_scopedMangleName()` => `scopedMangleName()`84 * `get_type()` => `type()`85 * now returns `const Type*` so can't be inadvertently mutated86 87 `EnumDecl`88 * **TODO** rebuild `eval` for new AST (re: `valueOf` implementation)89 83 90 84 `Expr`
Note: See TracChangeset
for help on using the changeset viewer.