Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Pass.hpp

    rd8938622 r172d9342  
    223223};
    224224
    225 /// Apply a pass to an entire translation unit
    226225template<typename pass_t>
    227226void accept_all( std::list< ast::ptr<ast::Decl> > &, ast::Pass<pass_t> & visitor );
Note: See TracChangeset for help on using the changeset viewer.