Szelethus added inline comments.

================
Comment at: lib/StaticAnalyzer/Checkers/MallocChecker.cpp:2383-2384
 
+  if (RS == OldRS)
+    return;
+
----------------
Hmmm, I guess we return here because if `RegionState` is unchanged, so should 
be `ReallocPairs` and `FreeReturnValue`, correct?


https://reviews.llvm.org/D54013



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to