]> granicus.if.org Git - clang/commit
- Fix type-punning warning in SVals.cpp by using a real iterator class for symbol_ite...
authorTed Kremenek <kremenek@apple.com>
Mon, 27 Oct 2008 23:39:39 +0000 (23:39 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 27 Oct 2008 23:39:39 +0000 (23:39 +0000)
commit0d958e7066db0ac2ecbce7286068db50cdb1de63
tree98957076aee8b7aeb3a165949481f7c0bb33a2ab
parent934e3e93eface34e73257a4a80cc6752edd588ce
- Fix type-punning warning in SVals.cpp by using a real iterator class for symbol_iterator.

- Add symbol_iterator support for SymbolicRegions.

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