Changes in src/AST/porting.md [d3bffdb:68fe946e]
- File:
-
- 1 edited
-
src/AST/porting.md (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/porting.md
rd3bffdb r68fe946e 213 213 * `get_statement()` exclusively used for code location, replaced with `CodeLocation` field 214 214 215 `CaseStmt` => `CaseClause`215 `CaseStmt` 216 216 * `_isDefault` has been removed 217 217 * `isDefault` calculates value from `cond` … … 227 227 * `block` -> `body` and `finallyBlock` -> `finally` 228 228 229 `ThrowStmt` and `CatchStmt` => `CatchClause`229 `ThrowStmt` `CatchStmt` 230 230 * moved `Kind` enums to shared `ast::ExceptionKind` enum 231 231 232 `FinallyStmt` => `FinallyClause`232 `FinallyStmt` 233 233 * `block` -> `body` 234 234 … … 280 280 * Template class, with specializations and using to implement some other types: 281 281 * `StructInstType`, `UnionInstType` & `EnumInstType` 282 * `baseStruct`, `baseUnion` & `baseEnum` => `base`283 282 284 283 `TypeInstType`
Note:
See TracChangeset
for help on using the changeset viewer.