Changes in src/Common/PassVisitor.impl.h [f2ff0a6:e874605]
- File:
-
- 1 edited
-
src/Common/PassVisitor.impl.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Common/PassVisitor.impl.h
rf2ff0a6 re874605 607 607 indexerAddId( &func ); 608 608 maybeMutate_impl( node->type, *this ); 609 maybeMutate_impl( node->attributes, *this );610 609 // First remember that we are now within a function. 611 610 ValueGuard< bool > oldInFunction( inFunction ); … … 616 615 atFunctionTop = true; 617 616 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.