Commits

Nadav Rotem committed adeebd81d70
[PM] Expose the invalidation API. NFC. Currently the analysis invalidation API is marked as 'protected', which means that only the pass itself can invalidate analysis. However, we have utility functions that should invalidate analysis selectively. Exposing the invalidation API will allow us to pass the pass to the utility and allow it to invalidate analysis selectively. Swift SVN r26459