Skip to content
  • Ted Kremenek's avatar
    Fix PR 7475 by enhancing the static analyzer to also invalidate bindings for... · bd862711
    Ted Kremenek authored
    Fix PR 7475 by enhancing the static analyzer to also invalidate bindings for non-static global variables
    when calling a function/method whose impact on global variables we cannot accurately estimate.
    This change introduces two new MemSpaceRegions that divide up the memory space of globals, and causes
    RegionStore and BasicStore to consult a binding to the NonStaticGlobalsMemSpaceRegion when lazily
    determining the value of a global.
    
    llvm-svn: 107423
    bd862711
Loading