Index: src/Common/PassVisitor.impl.h
===================================================================
--- src/Common/PassVisitor.impl.h	(revision f135b50a1177372bc7dd5a2dcf75591c4b6ee098)
+++ src/Common/PassVisitor.impl.h	(revision 4559b34425030aa5ff5e6be7a0d6e46d70ae6fec)
@@ -754,5 +754,5 @@
 
 	// unlike structs, traits, and unions, enums inject their members into the global scope
-	if ( node->base ) maybeAccept_impl( node->base, *this ); // Need this? Maybe not?
+	// if ( node->base ) maybeAccept_impl( node->base, *this ); // Need this? Maybe not?
 	maybeAccept_impl( node->parameters, *this );
 	maybeAccept_impl( node->members   , *this );
