Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Expression.h

    rc0bf94e r44b4114  
    188188  public:
    189189        Expression * arg;
    190         bool isGenerated = true; // whether this cast appeared in the source program
    191 
    192         CastExpr( Expression * arg, bool isGenerated = true );
    193         CastExpr( Expression * arg, Type * toType, bool isGenerated = true );
     190
     191        CastExpr( Expression * arg );
     192        CastExpr( Expression * arg, Type * toType );
    194193        CastExpr( const CastExpr & other );
    195194        virtual ~CastExpr();
Note: See TracChangeset for help on using the changeset viewer.