]> granicus.if.org Git - clang/commit
Introduced the notion of a "derived symbol" using the class SymbolDerived.
authorTed Kremenek <kremenek@apple.com>
Wed, 15 Jul 2009 02:27:32 +0000 (02:27 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 15 Jul 2009 02:27:32 +0000 (02:27 +0000)
commitfb91c70e24e20f8704edf9bc5049ffbe7e234a38
tree4d629ffc854cd8ee0a9b9ff57e370a6dcad72c16
parentaa8bc7e977ad3c53a8472e8d215d21e1dff042de
Introduced the notion of a "derived symbol" using the class SymbolDerived.
SymbolDerived allows us to model symbolic values that are related to other
symbols via a region hierarchy. For example, SymbolDerived can be used to model
individual values of a symbolic array.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@75728 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Analysis/PathSensitive/SymbolManager.h
include/clang/Analysis/PathSensitive/ValueManager.h
lib/Analysis/SymbolManager.cpp
lib/Analysis/ValueManager.cpp