Changes in src/SymTab/Validate.h [7870799:18e683b]
- File:
-
- 1 edited
-
src/SymTab/Validate.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/SymTab/Validate.h
r7870799 r18e683b 19 19 #include <list> // for list 20 20 21 structCodeLocation;22 class Declaration;23 class Type;21 class CodeLocation; 22 class Declaration; 23 class Type; 24 24 25 25 namespace ast { … … 35 35 void validateType( Type *type, const Indexer *indexer ); 36 36 37 const ast::Type * validateType( 37 const ast::Type * validateType( 38 38 const CodeLocation & loc, const ast::Type * type, const ast::SymbolTable & symtab ); 39 39 } // namespace SymTab
Note:
See TracChangeset
for help on using the changeset viewer.