Changeset f2ff0a6 for src/Common
- Timestamp:
 - Oct 31, 2022, 2:42:31 PM (3 years ago)
 - Branches:
 - ADT, ast-experimental, master
 - Children:
 - 7f3b5ce
 - Parents:
 - 994028dc
 - File:
 - 
      
- 1 edited
 
- 
          
  src/Common/PassVisitor.impl.h (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
src/Common/PassVisitor.impl.h
r994028dc rf2ff0a6 607 607 indexerAddId( &func ); 608 608 maybeMutate_impl( node->type, *this ); 609 maybeMutate_impl( node->attributes, *this ); 609 610 // First remember that we are now within a function. 610 611 ValueGuard< bool > oldInFunction( inFunction ); … … 615 616 atFunctionTop = true; 616 617 maybeMutate_impl( node->statements, *this ); 617 maybeMutate_impl( node->attributes, *this );618 618 } 619 619 }  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.