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