]> granicus.if.org Git - clang/commit
Placed transfer function logic for dereferences in its own method, while at
authorTed Kremenek <kremenek@apple.com>
Wed, 20 Feb 2008 04:02:35 +0000 (04:02 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 20 Feb 2008 04:02:35 +0000 (04:02 +0000)
commitd8e9f0dc737133d4e8342f39389064620f5a7f8f
tree57a578dbc02e79e731be3cdee644d4b3723ee52a
parent13e22cf1ee6ecb554e329c16edfb5bcbfaee6050
Placed transfer function logic for dereferences in its own method, while at
the same time clearing up some logic of how the unary '*' operator is processed.

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