Skip to content

Commit 08028d6

Browse files
committed
[Clang] Fix buildbot failure introduced by #121788
Silences 'enumeration not handled in switch' warning, which causes buildbot failures with -Werror.
1 parent 8df64ed commit 08028d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/lib/AST/TypePrinter.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2002,6 +2002,7 @@ void TypePrinter::printAttributedAfter(const AttributedType *T,
20022002
case attr::CmseNSCall:
20032003
case attr::AnnotateType:
20042004
case attr::WebAssemblyFuncref:
2005+
case attr::ArmAgnostic:
20052006
case attr::ArmStreaming:
20062007
case attr::ArmStreamingCompatible:
20072008
case attr::ArmIn:

0 commit comments

Comments
 (0)