Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SymTab/Validate.h

    r7870799 r6b0b624  
    1717#pragma once
    1818
    19 #include <list>  // for list
    20 
    21 struct CodeLocation;
    22 class  Declaration;
    23 class  Type;
    24 
    25 namespace ast {
    26         class Type;
    27         class SymbolTable;
    28 }
     19#include "SynTree/SynTree.h"
    2920
    3021namespace SymTab {
     
    3425        void validate( std::list< Declaration * > &translationUnit, bool doDebug = false );
    3526        void validateType( Type *type, const Indexer *indexer );
    36 
    37         const ast::Type * validateType(
    38                 const CodeLocation & loc, const ast::Type * type, const ast::SymbolTable & symtab );
    3927} // namespace SymTab
    4028
Note: See TracChangeset for help on using the changeset viewer.