Changes in src/CodeGen/FixNames.h [c50d54d:6b0b624]
- File:
-
- 1 edited
-
src/CodeGen/FixNames.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/CodeGen/FixNames.h
rc50d54d r6b0b624 5 5 // file "LICENCE" distributed with Cforall. 6 6 // 7 // FixNames.h -- 7 // FixNames.h -- 8 8 // 9 9 // Author : Richard C. Bilson … … 22 22 namespace CodeGen { 23 23 /// mangles object and function names 24 void fixNames( std::list< Declaration* > &translationUnit );24 void fixNames( std::list< Declaration* > translationUnit ); 25 25 } // namespace CodeGen 26 26
Note:
See TracChangeset
for help on using the changeset viewer.