Skip to content
  • Ted Kremenek's avatar
    Fix regression in RegionStore due to recent changes in · d960564b
    Ted Kremenek authored
    RegionStoreManager::InvalidateRegions() by adjusting the worklist to
    iterate over BindingKeys instead of MemRegions.  We also only need to
    do the actual invalidation work on base regions, and for non-base
    regions just blow away their bindings.
    
    llvm-svn: 95200
    d960564b
Loading