Commits

Ben Langmuir committed 41c7a281205
[CodeCompletion] Avoid salvaging when code completing expressions Salvaging can try to apply a solution when producing diagnostics, and we can't generally apply solutions in code completion because they may contain free type variables. rdar://problem/22836263 Swift SVN r32203