Changeset b107885 for src/ResolvExpr
- Timestamp:
- Dec 16, 2020, 4:05:49 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- a00a2c1
- Parents:
- 8ba363e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/Resolver.cc
r8ba363e rb107885 1538 1538 const PtrType * handlePtrType( const PtrType * type, const ast::SymbolTable & symtab ) { 1539 1539 if ( type->dimension ) { 1540 #warning should use new equivalent to Validate::SizeType rather than sizeType here1541 1540 ast::ptr< ast::Type > sizeType = ast::sizeType; 1542 1541 ast::mutate_field(
Note: See TracChangeset
for help on using the changeset viewer.