Changes in src/SymTab/FixFunction.h [1931bb01:c1ed2ee]
- File:
-
- 1 edited
-
src/SymTab/FixFunction.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/SymTab/FixFunction.h
r1931bb01 rc1ed2ee 10 10 // Created On : Sun May 17 17:02:08 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Tue Jul 12 14:19:00 202213 // Update Count : 512 // Last Modified On : Sat Jul 22 09:45:55 2017 13 // Update Count : 4 14 14 // 15 15 … … 21 21 namespace ast { 22 22 class DeclWithType; 23 class Type;24 23 } 25 24 … … 32 31 /// Sets isVoid to true if type is void 33 32 const ast::DeclWithType * fixFunction( const ast::DeclWithType * dwt, bool & isVoid ); 34 const ast::Type * fixFunction( const ast::Type * type, bool & isVoid );35 33 } // namespace SymTab 36 34
Note:
See TracChangeset
for help on using the changeset viewer.