Skip to content

Commit

Permalink
[Clang] Fix buildbot failure introduced by llvm#121788
Browse files Browse the repository at this point in the history
Silences 'enumeration not handled in switch' warning,
which causes buildbot failures with -Werror.
  • Loading branch information
sdesmalen-arm committed Jan 12, 2025
1 parent 8df64ed commit 08028d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clang/lib/AST/TypePrinter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 08028d6

Please sign in to comment.