Changes in src/SymTab/GenImplicitCall.cpp [7a780ad:4e2f1b2]
- File:
-
- 1 edited
-
src/SymTab/GenImplicitCall.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/SymTab/GenImplicitCall.cpp
r7a780ad r4e2f1b2 133 133 134 134 ast::ptr< ast::DeclWithType > index = new ast::ObjectDecl( 135 loc, indexName.newName(), new ast::BasicType( ast::Basic Kind::SignedInt ),135 loc, indexName.newName(), new ast::BasicType( ast::BasicType::SignedInt ), 136 136 new ast::SingleInit( loc, begin ) ); 137 137 ast::ptr< ast::Expr > indexVar = new ast::VariableExpr( loc, index );
Note:
See TracChangeset
for help on using the changeset viewer.