Changes in src/ResolvExpr/RenameVars.h [7583c02:3e5dd913]
- File:
-
- 1 edited
-
src/ResolvExpr/RenameVars.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/RenameVars.h
r7583c02 r3e5dd913 35 35 GEN_EXPR_ID // for type in decl 36 36 }; 37 const ast::Type * renameTyVars( const ast::Type *, RenameMode mode = GEN_USAGE, bool reset = true ); 38 37 const ast::Type * renameTyVars( const ast::Type *, RenameMode mode = GEN_USAGE ); 39 38 40 39 /// resets internal state of renamer to avoid overflow
Note:
See TracChangeset
for help on using the changeset viewer.