| commit | f89dcdaf19ce889e469bf1eddd8ae198ee1f19a9 | [log] [tgz] |
|---|---|---|
| author | Ted Kremenek <kremenek@apple.com> | Thu Nov 26 02:38:19 2009 +0000 |
| committer | Ted Kremenek <kremenek@apple.com> | Thu Nov 26 02:38:19 2009 +0000 |
| tree | 3a067ecd41325f1810ff4935afa4d147e24148c3 | |
| parent | 94f8c4a7d5d134d6a641876692a52899c0eaacce [diff] |
Add a PostVisitBlockExpr() method to RetainReleaseChecker to query for the set of variables "captured" by a block. Until the analysis gets more sophisticated, for now we stop the retain count tracking of any objects (transitively) referenced by these variables. llvm-svn: 89929