Changeset 28a8cf9 for src


Ignore:
Timestamp:
Jul 3, 2015, 7:02:24 PM (9 years ago)
Author:
Rob Schluntz <rschlunt@…>
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:
8686f31
Parents:
f6d7e0f
Message:

missing declaration in Validate

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SymTab/Validate.cc

    rf6d7e0f r28a8cf9  
    127127                std::list< Declaration * > &get_declsToAdd() { return declsToAdd; }
    128128 
     129                virtual void visit( EnumDecl *enumDecl );
    129130                virtual void visit( StructDecl *structDecl );
    130131                virtual void visit( UnionDecl *structDecl );
Note: See TracChangeset for help on using the changeset viewer.