Changeset e67991f for src/AST/Pass.impl.hpp
- Timestamp:
- Jul 16, 2019, 10:38:32 AM (7 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum, stuck-waitfor-destruct
- Children:
- 6f15121
- Parents:
- 7dc2e57b
- File:
-
- 1 edited
-
src/AST/Pass.impl.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Pass.impl.hpp
r7dc2e57b re67991f 894 894 // WithStmt 895 895 template< typename pass_t > 896 const ast:: Stmt* ast::Pass< pass_t >::visit( const ast::WithStmt * node ) {896 const ast::Decl * ast::Pass< pass_t >::visit( const ast::WithStmt * node ) { 897 897 VISIT_START( node ); 898 898
Note:
See TracChangeset
for help on using the changeset viewer.