================
@@ -424,6 +481,9 @@ void StackAddrEscapeChecker::checkEndFunction(const
ReturnStmt *RS,
for (const auto &P : Cb.V) {
const MemRegion *Referrer = P.first->getBaseRegion();
const MemRegion *Referred = P.second;
+ if (Cb.ExcludedRegions.contains(getOriginBaseRegion(Referrer))) {
----------------
necto wrote:
Fixed in 9e048c8d43fd
https://github.com/llvm/llvm-project/pull/105648
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits