Commits

Ben Langmuir committed f819eb01eba
[CodeCompletion] Add initial support for completing postfix operators This allows us to start code-completing postfix operators (generally !, ++, and --), which lays some of the groundwork for completing the much more interesting infix operators. These only show up when in postfix position x<here> For rdar://problem/22460167 Swift SVN r32355