Changes in src/AST/Pass.hpp [2b59f55:0e42794]
- File:
-
- 1 edited
-
src/AST/Pass.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Pass.hpp
r2b59f55 r0e42794 201 201 container_t< ptr<node_t> > call_accept( const container_t< ptr<node_t> > & container ); 202 202 203 public:204 203 /// Logic to call the accept and mutate the parent if needed, delegates call to accept 205 204 template<typename node_t, typename parent_t, typename child_t>
Note:
See TracChangeset
for help on using the changeset viewer.