Changeset 5c7fb6c
- Timestamp:
- May 14, 2015, 2:05:33 PM (10 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:
- b8508a2
- Parents:
- 4bf5298
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
translator/SymTab/Validate.h
r4bf5298 r5c7fb6c 10 10 class Indexer; 11 11 12 void validate( std::list< Declaration * > &translationUnit, bool doDebug = false , const Indexer *indexer = 0);12 void validate( std::list< Declaration * > &translationUnit, bool doDebug = false ); 13 13 void validateType( Type *type, const Indexer *indexer ); 14 14 } // SymTab
Note: See TracChangeset
for help on using the changeset viewer.