Commits

Ben Langmuir committed de822415ef6
[CodeCompletion] Be more defensive about null type in RHS of assignment This crashed until recently, and although I couldn't find a case where the RHS had a null type anymore, I also couldn't see a reason it couldn't happen, since we don't always assign types to every expression in code-completion type-checking. rdar://problem/23111219 Swift SVN r32793