Changes in src/CodeGen/FixNames.h [11df881:1f7dc61]
- File:
-
- 1 edited
-
src/CodeGen/FixNames.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/CodeGen/FixNames.h
r11df881 r1f7dc61 5 5 // file "LICENCE" distributed with Cforall. 6 6 // 7 // FixNames.h -- Adjustments to typed declarations.7 // FixNames.h -- 8 8 // 9 9 // Author : Richard C. Bilson … … 26 26 /// mangles object and function names 27 27 void fixNames( std::list< Declaration* > & translationUnit ); 28 /// Sets scope levels and fills in main's default return. 29 void fixNames( ast::TranslationUnit & translationUnit ); 28 void fixNames( ast::TranslationUnit & translationUnit ); 30 29 } // namespace CodeGen 31 30
Note:
See TracChangeset
for help on using the changeset viewer.