Changeset 77a3f41 for src/AST/porting.md
- Timestamp:
- May 9, 2019, 5:53:29 PM (6 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 14cebb7a
- Parents:
- 3e46cc8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/AST/porting.md
r3e46cc8 r77a3f41 82 82 * When `SymTab::Validate::Pass2` is rewritten, update comment on `mangleName` with new name of pass 83 83 * `get_scopedMangleName()` => `scopedMangleName()` 84 * `get_type()` => `type()` 85 * now returns `const Type*` so can't be inadvertently mutated 84 * `get_type()` now returns `const Type*` so can't be inadvertently mutated 85 * still with `get_` name so it doesn't conflict with subclass field names 86 87 `ObjectDecl` 88 * changed constructor parameter order for better defaults 89 * allows `newObject` as just default settings 86 90 87 91 `EnumDecl`
Note: See TracChangeset
for help on using the changeset viewer.