diff options
author | Ted Kremenek <kremenek@apple.com> | 2008-09-03 03:06:11 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2008-09-03 03:06:11 +0000 |
commit | 60dbad831a35ba0f58256b9bcd2a085af98ff2ec (patch) | |
tree | fe49ff6a7826e53607a455c7e779ba6ddeeb36a0 /lib/CodeGen/CodeGenModule.cpp | |
parent | 2307d312f779b204468ac36aab3b153e66a853c0 (diff) |
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
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55688 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions