]> granicus.if.org Git - clang/commit
Teach analyzer that blocks with no captures are globals. Fixes <rdar://problem/10348...
authorTed Kremenek <kremenek@apple.com>
Sat, 18 Feb 2012 22:41:01 +0000 (22:41 +0000)
committerTed Kremenek <kremenek@apple.com>
Sat, 18 Feb 2012 22:41:01 +0000 (22:41 +0000)
commit99c06be61f13c6bfe41586b59f5747d644f1b2ac
tree6b644fe4698419d6bb22d8954381107ae8f21d16
parent86024013d4c3728122c58fa07a2a67e6c15837ef
Teach analyzer that blocks with no captures are globals.  Fixes <rdar://problem/10348049>.

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