[clang] [analyzer] Improve dangling value tracking in DanglingPtrDeref (PR #211818)

Benedek Kaibas via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 27 03:47:29 PDT 2026


================
@@ -87,6 +87,14 @@ static ProgramStateRef bindSource(ProgramStateRef State, SVal RetVal,
   return State;
 }
 
+std::string lifetime_modeling::getRegionName(const MemRegion *Reg) {
----------------
benedekaibas wrote:

I agree.

https://github.com/llvm/llvm-project/pull/211818


More information about the cfe-commits mailing list