Skip to content
  • Ted Kremenek's avatar
    MemRegions: · fb87e308
    Ted Kremenek authored
    - Embed a reference to MemRegionManager objects in MemSpaceRegion objects
    - Use this embedded reference for MemRegion objects to access ASTContext objects without external help
    - Use this access to ASTContext to simplify 'isBoundable' (no ASTContext& argument required)
    
    llvm-svn: 73935
    fb87e308
Loading