Changes in src/AST/Pass.impl.hpp [f2ff0a6:e874605]
- File:
-
- 1 edited
-
src/AST/Pass.impl.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Pass.impl.hpp
rf2ff0a6 re874605 617 617 maybe_accept( node, &FunctionDecl::returns ); 618 618 maybe_accept( node, &FunctionDecl::type ); 619 maybe_accept( node, &FunctionDecl::attributes );620 619 // First remember that we are now within a function. 621 620 ValueGuard< bool > oldInFunction( inFunction ); … … 626 625 atFunctionTop = true; 627 626 maybe_accept( node, &FunctionDecl::stmts ); 627 maybe_accept( node, &FunctionDecl::attributes ); 628 628 } 629 629 }
Note:
See TracChangeset
for help on using the changeset viewer.