Commits

Ben Langmuir committed d1fd8adbc4a
[CodeCompletion] Workaround a bunch of issues with ErrorType in completion The brief explanation is that we are using the type-checker in a questionable way where for various reasons we can type-check the same "context" expression more than once. Until we figure out how to stop doing that, at least avoid this obvious source of issues with ErrorType showing up during the initial (poor) typecheck and then blocking progress when we do a more specific check later. rdar://problem/26462306 rdar://problem/25248190