[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:
parent
8df64ed777
commit
08028d68a9
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user