Commits

Ben Langmuir committed 889b033964a
[CodeCompletion] Add completion for property overrides This mostly works the same as for functions. It required a slight tweak to how we handle 'var <complete>' to avoid consuming the code completion token prematurely. rdar://problem/21012767 Swift SVN r32844