Changeset 5407cdc for src/Common/PassVisitor.h
- Timestamp:
- Apr 28, 2021, 4:56:50 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 8d66610
- Parents:
- feacef9 (diff), b7fd2db6 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Common/PassVisitor.h
rfeacef9 r5407cdc 77 77 virtual void visit( AsmDecl * asmDecl ) override final; 78 78 virtual void visit( const AsmDecl * asmDecl ) override final; 79 virtual void visit( DirectiveDecl * directiveDecl ) override final; 80 virtual void visit( const DirectiveDecl * directiveDecl ) override final; 79 81 virtual void visit( StaticAssertDecl * assertDecl ) override final; 80 82 virtual void visit( const StaticAssertDecl * assertDecl ) override final; … … 261 263 virtual Declaration * mutate( TypedefDecl * typeDecl ) override final; 262 264 virtual AsmDecl * mutate( AsmDecl * asmDecl ) override final; 265 virtual DirectiveDecl * mutate( DirectiveDecl * directiveDecl ) override final; 263 266 virtual StaticAssertDecl * mutate( StaticAssertDecl * assertDecl ) override final; 264 267
Note:
See TracChangeset
for help on using the changeset viewer.