[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
Loading
Please register or sign in to comment