Changes in src/Parser/parserutility.cc [bb7422a:61e362f]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/parserutility.cc
rbb7422a r61e362f 27 27 // if ( (int)(x != 0) ) ... 28 28 29 ast::Expr * notZeroExpr( ast::Expr * orig ) {29 ast::Expr * notZeroExpr( const ast::Expr * orig ) { 30 30 return ( !orig ) ? nullptr : new ast::CastExpr( orig->location, 31 31 ast::UntypedExpr::createCall( orig->location,
Note:
See TracChangeset
for help on using the changeset viewer.