[SourceKit] Ignore the '__raw_doc_comment' attribute, which is more of an implementation detail.

This commit is contained in:
Argyrios Kyrtzidis
2016-05-05 16:39:55 -07:00
parent af21c7d4b1
commit c78f1699cc
4 changed files with 4 additions and 31 deletions

View File

@@ -656,6 +656,7 @@ std::vector<UIdent> SwiftLangSupport::UIDsFromDeclAttributes(const DeclAttribute
case DAK_SetterAccessibility:
// Ignore these.
case DAK_ShowInInterface:
case DAK_RawDocComment:
continue;
default:
break;