]> granicus.if.org Git - clang/commit
Added "symbol iterators" for RValues, allowing easy iteration over the symbols
authorTed Kremenek <kremenek@apple.com>
Thu, 14 Feb 2008 23:25:54 +0000 (23:25 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 14 Feb 2008 23:25:54 +0000 (23:25 +0000)
commit90e1481ef15ec75e3503e0c6e5effad5bd639f01
tree0a460f866674b2915999a405169ba0fe71373442
parenta3fadfcce5911742801a302cac82d4fe54d5c682
Added "symbol iterators" for RValues, allowing easy iteration over the symbols
referenced by an RValue, instead of having to query the type of the RValue.

Modified ValueState::RemoveDeadBindings to also prune dead symbols.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@47142 91177308-0d34-0410-b5e6-96231b3b80d8
Analysis/RValues.cpp
Analysis/ValueState.cpp
Analysis/ValueState.h
include/clang/Analysis/PathSensitive/RValues.h