Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Pass.impl.hpp

    ra9762dc re8616b6  
    2525#define VISIT_START( node ) \
    2626        using namespace ast; \
    27         /* back-up the last known code location */ \
    28         __attribute__((unused)) auto loc_guard = ast::__pass::make_location_guard( core, node ); \
    2927        /* back-up the visit children */ \
    3028        __attribute__((unused)) ast::__pass::visit_children_guard guard1( ast::__pass::visit_children(core, 0) ); \
Note: See TracChangeset for help on using the changeset viewer.