summaryrefslogtreecommitdiffstats
path: root/llvm/lib/VMCore
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2008-09-03 03:06:11 +0000
committerTed Kremenek <kremenek@apple.com>2008-09-03 03:06:11 +0000
commit1b9e10390bbaa39d852592959dad44e025138a39 (patch)
tree628712ae9c6c91dbc24b4c6ddaa31b157d4fbee6 /llvm/lib/VMCore
parent2175b55dc7762d69286fd8696e7b0b86f8a48995 (diff)
downloadbcm5719-llvm-1b9e10390bbaa39d852592959dad44e025138a39.tar.gz
bcm5719-llvm-1b9e10390bbaa39d852592959dad44e025138a39.zip
Store: (static analyzer)
- Change definition of store::Region and store::Binding (once again) to make them real classes that just wrap pointers. This makes them more strictly typed, and allows specific implementations of Regions/Bindings to just subclass them. - minor renamings to RegionExtent and its subclasses - added a bunch of doxygen comments StoreManager: (static analyzer) - added 'iterBindings', an iteration method for iterating over the bindings of a store. It that takes a callback object (acting like a poor man's closure). - added 'getRVal' version for store::Binding. Will potentially phase the other versions of GetRVal in StoreManager out. - reimplemented 'getBindings' to be non-virtual and to use 'iterBindings' BasicStoreManager: (static analyzer) - implemented 'iterBindings' for BasicStoreManager llvm-svn: 55688
Diffstat (limited to 'llvm/lib/VMCore')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud