Changeset 721f17a for src/SynTree/Type.h


Ignore:
Timestamp:
Jun 26, 2015, 11:48:17 PM (9 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
Children:
0df292b
Parents:
1869adf
Message:

fix OT_LABELADDRESS warning, parse genric types

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Type.h

    r1869adf r721f17a  
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sun Jun  7 21:50:38 2015
    13 // Update Count     : 12
     12// Last Modified On : Fri Jun 26 16:47:54 2015
     13// Update Count     : 13
    1414//
    1515
     
    5757        bool get_isAttribute() { return tq.isAttribute; }
    5858        void set_isConst( bool newValue ) { tq.isConst = newValue; }
    59         void set_iisVolatile( bool newValue ) { tq.isVolatile = newValue; }
     59        void set_isVolatile( bool newValue ) { tq.isVolatile = newValue; }
    6060        void set_isRestrict( bool newValue ) { tq.isRestrict = newValue; }
    6161        void set_isLvalue( bool newValue ) { tq.isLvalue = newValue; }
Note: See TracChangeset for help on using the changeset viewer.