Changeset 5407cdc for src/AST/Print.cpp
- 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/AST/Print.cpp
rfeacef9 r5407cdc 387 387 388 388 virtual const ast::AsmDecl * visit( const ast::AsmDecl * node ) override final { 389 safe_print( node->stmt ); 390 return node; 391 } 392 393 virtual const ast::DirectiveDecl * visit( const ast::DirectiveDecl * node ) override final { 389 394 safe_print( node->stmt ); 390 395 return node;
Note:
See TracChangeset
for help on using the changeset viewer.