]> granicus.if.org Git - clang/commit
analyzer: Add ProgramPoint 'PostLValue' just to distinguish (for
authorTed Kremenek <kremenek@apple.com>
Thu, 7 May 2009 18:27:16 +0000 (18:27 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 7 May 2009 18:27:16 +0000 (18:27 +0000)
commit7090d5465de7ca620da16211cf886edf1edc1f1f
tree6e63bf21208f5d16e116a6bc69db59cd6783d6da
parent6d507a6d96ea6379bc1df207abe26ad4cbe6563d
analyzer: Add ProgramPoint 'PostLValue' just to distinguish (for
analysis introspection) when we computed an lvalue.  This shouldn't
effect the current analysis results in any way.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@71169 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Analysis/ProgramPoint.h
lib/Analysis/GRCoreEngine.cpp
lib/Analysis/GRExprEngine.cpp