Commits

Xi Ge committed c0bf1f54ff6
[CodeCompletion] Further support the context-sensitivity of auto-completing @attributes. By delaying the handling of code completion token after the entire decl being parsed, we know what are the targets of the attribute to finishe, thus, only suggesting those applicable attributes. Swift SVN r25938