Changes in src/AST/Print.cpp [2d019af:3e5dd913]
- File:
-
- 1 edited
-
src/AST/Print.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Print.cpp
r2d019af r3e5dd913 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 {394 389 safe_print( node->stmt ); 395 390 return node;
Note:
See TracChangeset
for help on using the changeset viewer.