Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Pass.hpp

    ra7efc96 r525f7ad  
    342342/// set visit_children false of all child nodes should be ignored
    343343struct WithShortCircuiting {
    344         bool visit_children = true;
     344        bool visit_children;
    345345};
    346346
Note: See TracChangeset for help on using the changeset viewer.