Skip to content
Commit 0353aad5 authored by Anna Zaks's avatar Anna Zaks
Browse files

[analyzer] Re-implement IvarInvalidationChecker so that it verifies that

the validation occurred.

The original implementation was pessimistic - we assumed that ivars
which escape are invalidated. This version is optimistic, it assumes
that the ivars will always be explicitly invalidated: either set to nil
or sent an invalidation message.

llvm-svn: 164868
parent 9e99f0c4
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment