[PATCH] D152504: [clang][ThreadSafety] Analyze cleanup functions

Timm Bäder via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 21 01:30:43 PDT 2023


tbaeder added a comment.

Added a new element for cleanup functions.



================
Comment at: clang/lib/Analysis/ThreadSafety.cpp:2436
+                                    CF.getVarDecl()->getLocation());
+          break;
+        }
----------------
This handles the function call, but without the instance parameter. I was wondering how to best do that.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D152504/new/

https://reviews.llvm.org/D152504



More information about the cfe-commits mailing list