Changeset 5e3f1e1
- Timestamp:
- Feb 9, 2023, 4:28:30 PM (22 months ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- 747a7c1
- Parents:
- 4616622
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/GenPoly/Box.cc
r4616622 r5e3f1e1 80 80 CallAdapter(); 81 81 82 void premutate( Declaration * declaration ); 82 83 void premutate( FunctionDecl * functionDecl ); 83 84 void premutate( TypeDecl * typeDecl ); … … 454 455 455 456 CallAdapter::CallAdapter() : tempNamer( "_temp" ) {} 457 458 void CallAdapter::premutate( Declaration * ) { 459 // Prevent type declaration information from leaking out. 460 GuardScope( scopeTyVars ); 461 } 456 462 457 463 void CallAdapter::premutate( FunctionDecl *functionDecl ) {
Note: See TracChangeset
for help on using the changeset viewer.