Changes in src/SymTab/Validate.h [843054c2:82dd287]
- File:
-
- 1 edited
-
src/SymTab/Validate.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/SymTab/Validate.h
r843054c2 r82dd287 23 23 class Indexer; 24 24 25 /// Normalizes struct and function declarations 25 26 void validate( std::list< Declaration * > &translationUnit, bool doDebug = false ); 26 27 void validateType( Type *type, const Indexer *indexer );
Note:
See TracChangeset
for help on using the changeset viewer.