Changeset d76f32c for src/AST/Expr.hpp


Ignore:
Timestamp:
Jun 13, 2019, 2:32:02 PM (5 years ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
6896548
Parents:
d60780c
Message:

ast::UniqueExpr? was not having one of its fields initialized.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Expr.hpp

    rd60780c rd76f32c  
    693693        unsigned long long id;
    694694
    695         UniqueExpr( const CodeLocation & loc, const Expr * e, unsigned long long i = -1 );
     695        UniqueExpr( const CodeLocation & loc, const Expr * e, unsigned long long i = -1ull );
    696696
    697697        const Expr * accept( Visitor & v ) const override { return v.visit( this ); }
Note: See TracChangeset for help on using the changeset viewer.