summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2009-04-09 16:13:17 +0000
committerTed Kremenek <kremenek@apple.com>2009-04-09 16:13:17 +0000
commitaa4cfc26040e4ddd5150f588b0890b4fac77f8be (patch)
tree68c6b3645d17779a0886fa9665c17a91946eaf04 /clang/lib/CodeGen/CodeGenModule.cpp
parenta04ede8d5b26ecb115966d0b4eabcc3a2461981f (diff)
downloadbcm5719-llvm-aa4cfc26040e4ddd5150f588b0890b4fac77f8be.tar.gz
bcm5719-llvm-aa4cfc26040e4ddd5150f588b0890b4fac77f8be.zip
analyzer: Introduce a new class, ValueManager, that serves as an aggregate
"manager of symbolic values", wrapping BasicValueFactory, SymbolManager, and MemRegionManager. While these individual managers nicely separate functionality in the analyzer, constructing symbolic values can sometimes be cumbersome because it requires using multiple managers at once. The goal of this class is to create some factory methods to create SVals that require the use of these different managers, thus (hopefully) simplifying the analyzer API for clients. llvm-svn: 68709
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud