| commit | fe32cc0ba6765a42ae460f3c53449e61866a891a | [log] [tgz] |
|---|---|---|
| author | Ted Kremenek <kremenek@apple.com> | Wed Jan 21 06:57:53 2009 +0000 |
| committer | Ted Kremenek <kremenek@apple.com> | Wed Jan 21 06:57:53 2009 +0000 |
| tree | cb0413963f46069edcf2d3da20a8ef075174f63d | |
| parent | dc6ceca4bab233e755ea6853e8eca57bb062b69d [diff] |
Get RegionStore to work with the retain/release checker and its test cases. Because the RegionStore can reason about values beyond the reasoning power of BasicStore, this patch splits some of the test cases for the retain/release checker to have versions that are handled by RegionStore (more warnings) and BasicStore (less warnings). llvm-svn: 62667