Ignore:
Timestamp:
Aug 18, 2016, 5:00:28 PM (8 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, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
5b7a60c8
Parents:
1cb2282
Message:

more refactoring of parser code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/DeclarationNode.cc

    r1cb2282 r99cad3aa  
    1010// Created On       : Sat May 16 12:34:05 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Wed Aug 17 11:08:56 2016
    13 // Update Count     : 180
     12// Last Modified On : Wed Aug 17 23:14:51 2016
     13// Update Count     : 181
    1414//
    1515
     
    779779}
    780780
    781 DeclarationNode *DeclarationNode::appendList( DeclarationNode *node ) {
    782         return (DeclarationNode *)set_last( node );
    783 }
    784 
    785781DeclarationNode *DeclarationNode::extractAggregate() const {
    786782        if ( type ) {
Note: See TracChangeset for help on using the changeset viewer.