Commits

Ben Langmuir committed 7578ccaae0e
[ASTPrinter] Don't print internal @rethrows attribute This attribute is an implementation detail of how 'rethrows' works, and you can't actually mark declarations @rethrows directly. So hide it from cursor info, and other places that use the ASTPrinter. rdar://problem/26638597