Changes in src/InitTweak/InitTweak.h [b8524ca:c1ed2ee]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/InitTweak/InitTweak.h
rb8524ca rc1ed2ee 154 154 155 155 /// builds statement which has the same semantics as a C-style list initializer (for array 156 /// initializers) using callExpr as the base expression to perform initialization 157 ast::ptr< ast::Stmt > buildListInit( const ast::UntypedExpr * callExpr ); 156 /// initializers) using callExpr as the base expression to perform initialization. 157 /// Mutates callExpr 158 ast::ptr< ast::Stmt > buildListInit( ast::UntypedExpr * callExpr ); 158 159 159 160 void addArrayIndex( const ast::Expr * index, const ast::Expr * dimension );
Note:
See TracChangeset
for help on using the changeset viewer.