Changeset 1259c35 for src/AST/porting.md


Ignore:
Timestamp:
May 27, 2019, 2:38:13 PM (5 years ago)
Author:
Thierry Delisle <tdelisle@…>
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:
ebc0a85
Parents:
0c6900b (diff), a7d50b6 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' into cleanup-dtors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/porting.md

    r0c6900b r1259c35  
    3737  * all subclass constructors must fill it; by convention, from their first argument
    3838
    39 `N->print(std::ostream&)` is a visitor now, port these methods to `ast::Print` class
    40 * **TODO** `Declaration::printShort` should also be integrated
     39`N->print(std::ostream&)` is a visitor now
     40* `Declaration::printShort` is also integrated
    4141
    4242`clone` is private to `Node` now
     
    137137* `parameters` => `params`
    138138
    139 `EnumDecl`
    140 * **TODO** rebuild `eval` for new AST (re: `valueOf` implementation)
    141 
    142139`Expr`
    143140* Merged `inferParams`/`resnSlots` into union, as suggested by comment in old version
     
    151148* `function` => `func`
    152149* removed `begin_args()` in favour of `args.begin()`
    153 
    154 `MemberExpr`
    155 * **TODO** port setup of `result` in constructor
    156150
    157151`ConstantExpr`
     
    204198`TryStmt`
    205199* `block` -> `body` and `finallyBlock` -> `finally`
     200
     201`ThrowStmt` `CatchStmt`
     202* moved `Kind` enums to shared `ast::ExceptionKind` enum
    206203
    207204`FinallyStmt`
Note: See TracChangeset for help on using the changeset viewer.