Ignore:
Timestamp:
May 25, 2015, 1:57:22 PM (8 years ago)
Author:
Rob Schluntz <rschlunt@…>
Branches:
aaron-thesis, arm-eh, 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:
53a2e97
Parents:
5887db27
Message:

formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Declaration.h

    r5887db27 r7c64920  
    99// Author           : Richard C. Bilson
    1010// Created On       : Mon May 18 07:44:20 2015
    11 // Last Modified By : Peter A. Buhr
    12 // Last Modified On : Thu May 21 23:43:43 2015
    13 // Update Count     : 3
     11<<<<<<< Updated upstream
     12// Last Modified By : Rob Schluntz
     13// Last Modified On : Mon May 25 13:54:32 2015
     14=======
     15// Last Modified By : Rob Schluntz
     16// Last Modified On : Thu May 21 16:27:31 2015
     17>>>>>>> Stashed changes
     18// Update Count     : 5
    1419//
    1520
     
    123128        CompoundStmt *get_statements() const { return statements; }
    124129        void set_statements( CompoundStmt *newValue ) { statements = newValue; }
    125     bool get_isInline() const { return isInline; }
    126 //    void set_isInline( bool newValue ) { isInline = newValue; }
     130        bool get_isInline() const { return isInline; }
     131//      void set_isInline( bool newValue ) { isInline = newValue; }
    127132        std::list< std::string >& get_oldIdents() { return oldIdents; }
    128133        std::list< Declaration* >& get_oldDecls() { return oldDecls; }
Note: See TracChangeset for help on using the changeset viewer.