Changes in src/SymTab/Validate.h [9939dc3:a76202d]
- File:
-
- 1 edited
-
src/SymTab/Validate.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/SymTab/Validate.h
r9939dc3 ra76202d 10 10 // Author : Richard C. Bilson 11 11 // Created On : Sun May 17 21:53:34 2015 12 // Last Modified By : Andrew Beach13 // Last Modified On : Tue May 17 14:35:00 202214 // Update Count : 512 // Last Modified By : Peter A. Buhr 13 // Last Modified On : Sat Jul 22 09:46:07 2017 14 // Update Count : 4 15 15 // 16 16 … … 33 33 /// Normalizes struct and function declarations 34 34 void validate( std::list< Declaration * > &translationUnit, bool doDebug = false ); 35 void validateType( Type *type, const Indexer *indexer ); 35 36 36 37 // Sub-passes of validate. … … 41 42 void validate_E( std::list< Declaration * > &translationUnit ); 42 43 void validate_F( std::list< Declaration * > &translationUnit ); 44 45 const ast::Type * validateType( 46 const CodeLocation & loc, const ast::Type * type, const ast::SymbolTable & symtab ); 43 47 } // namespace SymTab 44 48
Note:
See TracChangeset
for help on using the changeset viewer.