Changes in src/GenPoly/Box.cc [9feb34b:e9b5043]
- File:
-
- 1 edited
-
src/GenPoly/Box.cc (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/GenPoly/Box.cc
r9feb34b re9b5043 31 31 #include "Common/SemanticError.h" // for SemanticError 32 32 #include "Common/UniqueName.h" // for UniqueName 33 #include "Common/ ToString.hpp" // for toCString33 #include "Common/utility.h" // for toString 34 34 #include "FindFunction.h" // for findFunction, findAndReplace... 35 35 #include "GenPoly/ErasableScopedMap.h" // for ErasableScopedMap<>::const_i... … … 80 80 CallAdapter(); 81 81 82 void premutate( Declaration * declaration );83 82 void premutate( FunctionDecl * functionDecl ); 84 83 void premutate( TypeDecl * typeDecl ); … … 455 454 456 455 CallAdapter::CallAdapter() : tempNamer( "_temp" ) {} 457 458 void CallAdapter::premutate( Declaration * ) {459 // Prevent type declaration information from leaking out.460 GuardScope( scopeTyVars );461 }462 456 463 457 void CallAdapter::premutate( FunctionDecl *functionDecl ) {
Note:
See TracChangeset
for help on using the changeset viewer.