ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsdeferred_resndemanglerenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newwith_gc
Last change
on this file since 2ab67b9 was
82dd287,
checked in by Aaron Moss <a3moss@…>, 9 years ago
|
Doc comments
|
-
Property mode set to
100644
|
File size:
1.0 KB
|
Rev | Line | |
---|
[0dd3a2f] | 1 | // |
---|
| 2 | // Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo |
---|
| 3 | // |
---|
| 4 | // The contents of this file are covered under the licence agreement in the |
---|
| 5 | // file "LICENCE" distributed with Cforall. |
---|
| 6 | // |
---|
| 7 | // Validate.h -- This class is intended to perform pre-processing of declarations, validating their correctness and |
---|
| 8 | // computing some auxilliary data that is necessary for the indexer. |
---|
| 9 | // |
---|
| 10 | // Author : Richard C. Bilson |
---|
| 11 | // Created On : Sun May 17 21:53:34 2015 |
---|
| 12 | // Last Modified By : Peter A. Buhr |
---|
[a08ba92] | 13 | // Last Modified On : Tue May 19 16:49:43 2015 |
---|
| 14 | // Update Count : 3 |
---|
[0dd3a2f] | 15 | // |
---|
[51b7345] | 16 | |
---|
[0dd3a2f] | 17 | #ifndef VALIDATE_H |
---|
| 18 | #define VALIDATE_H |
---|
[51b7345] | 19 | |
---|
| 20 | #include "SynTree/SynTree.h" |
---|
| 21 | |
---|
| 22 | namespace SymTab { |
---|
[a08ba92] | 23 | class Indexer; |
---|
[51b7345] | 24 | |
---|
[82dd287] | 25 | /// Normalizes struct and function declarations |
---|
[a08ba92] | 26 | void validate( std::list< Declaration * > &translationUnit, bool doDebug = false ); |
---|
| 27 | void validateType( Type *type, const Indexer *indexer ); |
---|
[0dd3a2f] | 28 | } // namespace SymTab |
---|
[51b7345] | 29 | |
---|
[0dd3a2f] | 30 | #endif // VALIDATE_H |
---|
| 31 | |
---|
| 32 | // Local Variables: // |
---|
| 33 | // tab-width: 4 // |
---|
| 34 | // mode: c++ // |
---|
| 35 | // compile-command: "make install" // |
---|
| 36 | // End: // |
---|
Note: See
TracBrowser
for help on using the repository browser.