Summary: Adding constraint `self > 0` after computing specs for Objective-C instance methods were causing false positives of the heuristics not to discard `self=0 /\ self|->-` (added new test testAnotherObjectUseSelfOk was FP). This diff adds constrain `self > 0` before computing Objective-C specs, discarding unsatisfiable `self > 0 /\ self =0`. Reviewed By: skcho Differential Revision: D29462462 fbshipit-source-id: 088ee447emaster
parent
61ade247cd
commit
6b67a57029
Loading…
Reference in new issue