Changeset c408483 for src/ResolvExpr


Ignore:
Timestamp:
Jul 28, 2020, 2:37:36 PM (4 years ago)
Author:
Fangren Yu <f37yu@…>
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
Message:

cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/Resolver.cc

    rd1ee9ec rc408483  
    10721072                /// Strips extraneous casts out of an expression
    10731073                struct StripCasts_new final {
    1074                         const ast::Expr * postmutate( const ast::CastExpr * castExpr ) {
     1074                        const ast::Expr * postvisit( const ast::CastExpr * castExpr ) {
    10751075                                if (
    10761076                                        castExpr->isGenerated == ast::GeneratedCast
Note: See TracChangeset for help on using the changeset viewer.