[Clang] Fix buildbot failure introduced by #121788

Silences 'enumeration not handled in switch' warning,
which causes buildbot failures with -Werror.
This commit is contained in:
Sander de Smalen 2025-01-12 22:06:28 +00:00
parent 8df64ed777
commit 08028d68a9

View File

@ -2002,6 +2002,7 @@ void TypePrinter::printAttributedAfter(const AttributedType *T,
case attr::CmseNSCall:
case attr::AnnotateType:
case attr::WebAssemblyFuncref:
case attr::ArmAgnostic:
case attr::ArmStreaming:
case attr::ArmStreamingCompatible:
case attr::ArmIn: