================
@@ -1100,6 +1100,149 @@ const ProgramPointTag *ExprEngine::cleanupNodeTag() {
return &cleanupTag;
}
+enum VisitKind {
+ PreVisitKind,
+ PostVisitKind,
+};
----------------
NagyDonat wrote:
I'm marking this as resolved, because I can objectively confirm that the change
was applied; and I know that you (steakhal) are not available for some time.
https://github.com/llvm/llvm-project/pull/218691
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits