]> granicus.if.org Git - clang/commit
Added 'SymbolicLValue' class to represent LValues whose value is symbolic.
authorTed Kremenek <kremenek@apple.com>
Thu, 31 Jan 2008 00:09:56 +0000 (00:09 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 31 Jan 2008 00:09:56 +0000 (00:09 +0000)
commit4150abf22e31028f89f690812300a2b4ee4b7874
tree295493012740008c2ecd495958285a9b6f0a7b7b
parent4c49a6c7d577ef5e731c3d22ad63f351e0296836
Added 'SymbolicLValue' class to represent LValues whose value is symbolic.
Improved pretty-printing of LValues.
Parameters whose values are pointers/references are now assigned SymbolicLValues.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46584 91177308-0d34-0410-b5e6-96231b3b80d8
Analysis/GRConstants.cpp