[cfe-commits] r156582 - /cfe/trunk/lib/StaticAnalyzer/Core/RegionStore.cpp

Ted Kremenek kremenek at apple.com
Thu May 10 15:49:10 PDT 2012


Author: kremenek
Date: Thu May 10 17:49:10 2012
New Revision: 156582

URL: http://llvm.org/viewvc/llvm-project?rev=156582&view=rev
Log:
Include line that was meant to be in my last commit.

Modified:
    cfe/trunk/lib/StaticAnalyzer/Core/RegionStore.cpp

Modified: cfe/trunk/lib/StaticAnalyzer/Core/RegionStore.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/StaticAnalyzer/Core/RegionStore.cpp?rev=156582&r1=156581&r2=156582&view=diff
==============================================================================
--- cfe/trunk/lib/StaticAnalyzer/Core/RegionStore.cpp (original)
+++ cfe/trunk/lib/StaticAnalyzer/Core/RegionStore.cpp Thu May 10 17:49:10 2012
@@ -1304,7 +1304,8 @@
   // Lazy binding?
   Store lazyBindingStore = NULL;
   const MemRegion *lazyBindingRegion = NULL;
-  llvm::tie(lazyBindingStore, lazyBindingRegion) = GetLazyBinding(B, R, R);
+  llvm::tie(lazyBindingStore, lazyBindingRegion) = GetLazyBinding(B, R, R,
+                                                                  true);
   
   if (lazyBindingRegion)
     return getLazyBinding(lazyBindingRegion, lazyBindingStore);





More information about the cfe-commits mailing list