[cfe-commits] r95151 - /cfe/trunk/lib/Checker/RegionStore.cpp

Ted Kremenek kremenek at apple.com
Wed Feb 3 22:36:14 PST 2010


On Feb 3, 2010, at 6:55 AM, Benjamin Kramer wrote:

>>  RegionStoreManager(GRStateManager& mgr, const RegionStoreFeatures &f)
>>    : StoreManager(mgr),
>>      Features(f),
>> -      RBFactory(mgr.getAllocator()) {}
>> +      RBFactory(mgr.getAllocator(), 3) {}
>                                       ^
> Hi Ted,
> 
> ImmutableMap::Factory's constructor is declared as:
> Factory(BumpPtrAllocator& Alloc, bool canonicalize = true)
> 
> what's the reason behind the '3'?

This was me playing around with changes in my local tree, and it accidentally got checked in.  I've fixed it.

Thanks!



More information about the cfe-commits mailing list