mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
switch raw doc comments off of VIRTUAL_DECL_ATTR, they can just use NotSerialized now.
Swift SVN r20025
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user