tbaeder added inline comments.
================ Comment at: clang/lib/Analysis/ThreadSafety.cpp:2429-2438 + + case CFGElement::CleanupFunction: { + const CFGCleanupFunction &CF = BI.castAs<CFGCleanupFunction>(); + + LocksetBuilder.handleCall(nullptr, CF.getFunctionDecl(), + SxBuilder.createVariable(CF.getVarDecl()), + CF.getVarDecl()->getLocation()); ---------------- aaronpuchert wrote: > Should this be part of a follow-up? (For which you might revive D152504.) Ah, yes, probably. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D157385/new/ https://reviews.llvm.org/D157385 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits