ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsctordeferred_resndemanglerenumforall-pointer-decaygc_noraiijacob/cs343-translationjenkins-sandboxmemorynew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newstringwith_gc
Last change
on this file since b8508a2 was
5c7fb6c,
checked in by Peter A. Buhr <pabuhr@…>, 9 years ago
|
remove default parameter from validate
|
-
Property mode set to
100644
|
File size:
484 bytes
|
Rev | Line | |
---|
[3c70d38] | 1 | // This class is intended to perform pre-processing of declarations, validating their |
---|
| 2 | // correctness and computing some auxilliary data that is necessary for the indexer. |
---|
[51b7345] | 3 | |
---|
| 4 | #ifndef SYMTAB_VALIDATE_H |
---|
| 5 | #define SYMTAB_VALIDATE_H |
---|
| 6 | |
---|
| 7 | #include "SynTree/SynTree.h" |
---|
| 8 | |
---|
| 9 | namespace SymTab { |
---|
[3c70d38] | 10 | class Indexer; |
---|
[51b7345] | 11 | |
---|
[5c7fb6c] | 12 | void validate( std::list< Declaration * > &translationUnit, bool doDebug = false ); |
---|
[3c70d38] | 13 | void validateType( Type *type, const Indexer *indexer ); |
---|
| 14 | } // SymTab |
---|
[51b7345] | 15 | |
---|
[3c70d38] | 16 | #endif // SYMTAB_VALIDATE_H |
---|
Note: See
TracBrowser
for help on using the repository browser.