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