Commits

Argyrios Kyrtzidis committed b49950fa80c
[IDE] Enhance attribute annotation by splitting the related syntax nodes to: AttributeId: Any occurence of '@<attribute-name>' anywhere. AttributeBuiltin: A "resolved/active" attribute. Mis-applied attributes will be AttributeId. This provides more options for coloring attributes in a way that one can easily spot attributes that are not applied correctly. Swift SVN r12194