diff --git a/clang/lib/AST/TypePrinter.cpp b/clang/lib/AST/TypePrinter.cpp index 6fca55ecca853..599aa40eb935e 100644 --- a/clang/lib/AST/TypePrinter.cpp +++ b/clang/lib/AST/TypePrinter.cpp @@ -2112,6 +2112,9 @@ void TypePrinter::printAttributedAfter(const AttributedType *T, case attr::CHERIOTSharedObject: OS << "cheriot_shared_object"; break; + case attr::CHERIoTSealedType: + OS << "cheriot_sealed"; + break; case attr::FastCall: OS << "fastcall"; break; case attr::StdCall: OS << "stdcall"; break; case attr::ThisCall: OS << "thiscall"; break;