| commit | a96a9ef716d2cbf9fd015011c56a3140a47d4792 | [log] [tgz] |
|---|---|---|
| author | Anna Zaks <ganna@apple.com> | Thu Jan 10 23:34:16 2013 +0000 |
| committer | Anna Zaks <ganna@apple.com> | Thu Jan 10 23:34:16 2013 +0000 |
| tree | 4bb13754bf7f96d2e0a18885238ec510eafc2c4b | |
| parent | 930f73a0dd42b782d67631164256f76b55a4378b [diff] |
[analyzer] Allow IvarInvalidation checker to suppress warnings via assertions. To ensure that custom assertions/conditional would also be supported, just check if the ivar that needs to be invalidated or set to nil is compared against 0. Unfortunately, this will not work for code containing 'assert(IvarName)' llvm-svn: 172147