Changeset 9d6e7fa9 for src/AST/Decl.hpp


Ignore:
Timestamp:
May 23, 2019, 11:30:40 AM (5 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
d7aa12c
Parents:
e4b6cf78
Message:

Fixed missing or incorrect stubs in decl/InitTweak

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Decl.hpp

    re4b6cf78 r9d6e7fa9  
    287287
    288288        /// gets the integer value for this enumerator, returning true iff value found
    289         bool valueOf( Decl* enumerator, long long& value ) const;
     289        bool valueOf( const Decl * enumerator, long long& value ) const;
    290290
    291291        const Decl * accept( Visitor & v ) const override { return v.visit( this ); }
Note: See TracChangeset for help on using the changeset viewer.