Changeset 10a1225 for src/AST/Pass.hpp
- Timestamp:
- May 17, 2019, 12:09:51 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 896737b
- Parents:
- 77bfc80
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Pass.hpp
r77bfc80 r10a1225 175 175 const ast::Init * visit( const ast::ListInit * ) override final; 176 176 const ast::Init * visit( const ast::ConstructorInit * ) override final; 177 const ast::Constant * visit( const ast::Constant * ) override final;178 177 const ast::Attribute * visit( const ast::Attribute * ) override final; 179 178 const ast::TypeSubstitution * visit( const ast::TypeSubstitution * ) override final;
Note: See TracChangeset
for help on using the changeset viewer.