Changeset 28a8cf9
- Timestamp:
- Jul 3, 2015, 7:02:24 PM (9 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/SymTab/Validate.cc
rf6d7e0f r28a8cf9 127 127 std::list< Declaration * > &get_declsToAdd() { return declsToAdd; } 128 128 129 virtual void visit( EnumDecl *enumDecl ); 129 130 virtual void visit( StructDecl *structDecl ); 130 131 virtual void visit( UnionDecl *structDecl );
Note: See TracChangeset
for help on using the changeset viewer.