Changes in / [6db50d5:76934fb]
- File:
-
- 1 edited
-
src/ResolvExpr/Resolver.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/Resolver.cc
r6db50d5 r76934fb 9 9 // Author : Richard C. Bilson 10 10 // Created On : Sun May 17 12:17:01 2015 11 // Last Modified By : Rob Schluntz12 // Last Modified On : Mon Jun 01 13:47:16201513 // Update Count : 2 111 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Sun May 17 12:18:17 2015 13 // Update Count : 2 14 14 // 15 15 … … 157 157 initContext = new_type; 158 158 SymTab::Indexer::visit( objectDecl ); 159 160 if ( ArrayType * at = dynamic_cast< ArrayType * >( new_type ) ){161 BasicType arrayLenType = BasicType( Type::Qualifiers(), BasicType::LongUnsignedInt );162 CastExpr *castExpr = new CastExpr( at->get_dimension(), arrayLenType.clone() );163 Expression *newExpr = findSingleExpression( castExpr, *this );164 delete at->get_dimension();165 at->set_dimension( newExpr );166 }167 159 } 168 160
Note:
See TracChangeset
for help on using the changeset viewer.