switch raw doc comments off of VIRTUAL_DECL_ATTR, they can just use NotSerialized now.

Swift SVN r20025
This commit is contained in:
Chris Lattner
2014-07-16 17:12:37 +00:00
parent d125ac1e24
commit d75c9570ec
3 changed files with 6 additions and 2 deletions

View File

@@ -1292,6 +1292,7 @@ void Serializer::writeDeclAttribute(const DeclAttribute *DA) {
return;
switch (DA->getKind()) {
case DAK_RawDocComment:
case DAK_Count:
llvm_unreachable("cannot serialize DAK_Count");
return;