Changes in src/AST/Pass.hpp [d8938622:172d9342]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Pass.hpp
rd8938622 r172d9342 223 223 }; 224 224 225 /// Apply a pass to an entire translation unit226 225 template<typename pass_t> 227 226 void accept_all( std::list< ast::ptr<ast::Decl> > &, ast::Pass<pass_t> & visitor );
Note: See TracChangeset
for help on using the changeset viewer.