Commit Graph

2 Commits

Author SHA1 Message Date
Doug Gregor
3df16e1109 Un-XFAIL new test on Linux. This doesn't crash on Linux. 2018-06-27 11:25:19 -07:00
Doug Gregor
71e2a014fe [Type checker] Make sure we get all conformances for extended nominal types.
Index-while-building ends up querying some conformances that aren’t
strictly needed by the type-checker, but which require us to pre-check all
conformances for any extension we have. Long-term, this is wasted effort, but
for now it eliminates a recent regression caused by the request-evaluator,
which (intentionally) tries to perform less work for non-primary files.

Fixes rdar://problem/41392714.
2018-06-27 10:53:26 -07:00