Commits

Ben Langmuir committed ce77c868d1c
[CodeCompletion] Don't show the loop index before it is visible for i in <here> // should *not* show 'i' for i in ... where <here> // should show 'i' for i in ... { <here> // should show 'i' Part of rdar://problem/24873625