mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #29775 from hborla/parse-type-eraser-attribute
[Parse] Add an attribute for typeEraser.
This commit is contained in:
@@ -2156,6 +2156,7 @@ class Serializer::DeclSerializer : public DeclVisitor<DeclSerializer> {
|
||||
case DAK_RestatedObjCConformance:
|
||||
case DAK_ClangImporterSynthesizedType:
|
||||
case DAK_PrivateImport:
|
||||
case DAK_TypeEraser:
|
||||
llvm_unreachable("cannot serialize attribute");
|
||||
|
||||
case DAK_Count:
|
||||
|
||||
Reference in New Issue
Block a user