Commits

Ben Langmuir committed 6df189b6f47
[CodeCompletion] Restore scope depth in delayed parsing When the scope depth is wrong and we add a name to the hash table we will skip the redefinition checks and end up hitting an assertion failure. rdar://problem/22344218 Swift SVN r31690