]> granicus.if.org Git - clang/commit
Fix regression in modeling assignments of an address of a variable to itself. Fixes...
authorTed Kremenek <kremenek@apple.com>
Fri, 22 Feb 2013 01:39:26 +0000 (01:39 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 22 Feb 2013 01:39:26 +0000 (01:39 +0000)
commitf08740ba5903d089a53cc315c19286e2189f9ff3
tree216952c03db01265f91a469d231db3f9957ca388
parent5704d34444ecd7e1baa90026fb36c47207e0a3b7
Fix regression in modeling assignments of an address of a variable to itself.  Fixes <rdar://problem/13226577>.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@175852 91177308-0d34-0410-b5e6-96231b3b80d8
lib/StaticAnalyzer/Core/ExprEngineC.cpp
test/Analysis/stack-addr-ps.cpp