Index: src/AST/Pass.hpp
===================================================================
--- src/AST/Pass.hpp	(revision d1fbc56eb90675715ccf39ca76d45ed759d3cc40)
+++ src/AST/Pass.hpp	(revision 5c6d4391a774a836741d9e89d2cd3febae9e4d44)
@@ -342,5 +342,5 @@
 /// set visit_children false of all child nodes should be ignored
 struct WithShortCircuiting {
-	bool visit_children;
+	bool visit_children = true;
 };
 
