[clang] [NFC][analyzer] Cleanup checker calls in `ExprEngine::ProcessStmt`, `ExprEngine::Visit*` (PR #218691)

DonĂ¡t Nagy via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 9 01:50:46 PDT 2026


================
@@ -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


More information about the cfe-commits mailing list