Changes in src/AST/Pass.hpp [525f7ad:a7efc96]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Pass.hpp
r525f7ad ra7efc96 342 342 /// set visit_children false of all child nodes should be ignored 343 343 struct WithShortCircuiting { 344 bool visit_children ;344 bool visit_children = true; 345 345 }; 346 346
Note: See TracChangeset
for help on using the changeset viewer.