Changes in src/Validate/FindSpecialDecls.h [11df881:ce36b55]
- File:
-
- 1 edited
-
src/Validate/FindSpecialDecls.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Validate/FindSpecialDecls.h
r11df881 rce36b55 5 5 // file "LICENCE" distributed with Cforall. 6 6 // 7 // FindSpecialDeclarations.h -- Find special declarations used in the compiler.7 // FindSpecialDeclarations.h -- 8 8 // 9 9 // Author : Rob Schluntz … … 43 43 void findSpecialDecls( std::list< Declaration * > & translationUnit ); 44 44 45 /// Find and remember some of the special declarations that are useful for45 /// find and remember some of the special declarations that are useful for 46 46 /// generating code, so that they do not have to be discovered multiple times. 47 47 void findGlobalDecls( ast::TranslationUnit & translationUnit );
Note:
See TracChangeset
for help on using the changeset viewer.