Changes in src/Parser/parserutility.cc [61e362f:bb7422a]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/parserutility.cc
r61e362f rbb7422a 27 27 // if ( (int)(x != 0) ) ... 28 28 29 ast::Expr * notZeroExpr( constast::Expr * orig ) {29 ast::Expr * notZeroExpr( 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.