Merge pull request #29775 from hborla/parse-type-eraser-attribute

[Parse] Add an attribute for typeEraser.
This commit is contained in:
Holly Borla
2020-02-12 09:58:14 -08:00
committed by GitHub
10 changed files with 86 additions and 0 deletions

View File

@@ -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: