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

I'm thinking merging this patch as 2 different commits. IIUC there is a 
functional change that introduces calling 
`bugreporter::trackExpressionValue()`, and there is a non-functional change 
that moves this method here from a different place.

WDYT?

https://github.com/llvm/llvm-project/pull/211818
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to