Changeset c8e4d2f8 for src/SymTab/Validate.h
- Timestamp:
- Jun 18, 2019, 11:47:44 AM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- a2a85658, b408364
- Parents:
- bc92bee
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/SymTab/Validate.h
rbc92bee rc8e4d2f8 22 22 class Type; 23 23 24 namespace ast { 25 class Type; 26 class SymbolTable; 27 } 28 24 29 namespace SymTab { 25 30 class Indexer; … … 28 33 void validate( std::list< Declaration * > &translationUnit, bool doDebug = false ); 29 34 void validateType( Type *type, const Indexer *indexer ); 35 36 const ast::Type * validateType( const ast::Type * type, const ast::SymbolTable & symtab ); 30 37 } // namespace SymTab 31 38
Note: See TracChangeset
for help on using the changeset viewer.