================
@@ -1100,6 +1100,149 @@ const ProgramPointTag *ExprEngine::cleanupNodeTag() {
   return &cleanupTag;
 }
 
+enum VisitKind {
+  PreVisitKind,
+  PostVisitKind,
+};
----------------
steakhal wrote:

This should be wrapped into an anon namespace.

https://github.com/llvm/llvm-project/pull/218691
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to