Changeset c408483 for src/ResolvExpr
- Timestamp:
- Jul 28, 2020, 2:37:36 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- eb1be63
- Parents:
- d1ee9ec
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/Resolver.cc
rd1ee9ec rc408483 1072 1072 /// Strips extraneous casts out of an expression 1073 1073 struct StripCasts_new final { 1074 const ast::Expr * post mutate( const ast::CastExpr * castExpr ) {1074 const ast::Expr * postvisit( const ast::CastExpr * castExpr ) { 1075 1075 if ( 1076 1076 castExpr->isGenerated == ast::GeneratedCast
Note: See TracChangeset
for help on using the changeset viewer.