summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/ParseDecl.cpp
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2012-03-27 01:12:45 +0000
committerTed Kremenek <kremenek@apple.com>2012-03-27 01:12:45 +0000
commite9a5bcf17efdd874879dfe5bb1789ff6b03a5be2 (patch)
tree8c5bb004ead60a0bbd5c2bcdabfb056c5c1ae39c /clang/lib/Parse/ParseDecl.cpp
parentefd009de1c1ff206d32aa2b9db96bfc6a25d5256 (diff)
downloadbcm5719-llvm-e9a5bcf17efdd874879dfe5bb1789ff6b03a5be2.tar.gz
bcm5719-llvm-e9a5bcf17efdd874879dfe5bb1789ff6b03a5be2.zip
Change RetainCountChecker to eagerly "escape" retained objects when they are
assigned to a struct. This is fallout from inlining results, which expose far more patterns where people stuff CF objects into structs and pass them around (and we can reason about it). The problem is that we don't have a general way to detect when values have escaped, so as an intermediate step we need to eagerly prune out such tracking. Fixes <rdar://problem/11104566>. llvm-svn: 153489
Diffstat (limited to 'clang/lib/Parse/ParseDecl.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud