[all-commits] [llvm/llvm-project] 7d21f5: [lldb] Fix a warning

kazutakahirata via All-commits all-commits at lists.llvm.org
Wed Jun 14 10:56:37 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7d21f5714e5a040f121fa08648c748073467db82
      https://github.com/llvm/llvm-project/commit/7d21f5714e5a040f121fa08648c748073467db82
  Author: Kazu Hirata <kazu at google.com>
  Date:   2023-06-14 (Wed, 14 Jun 2023)

  Changed paths:
    M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp

  Log Message:
  -----------
  [lldb] Fix a warning

This patch fixes:

  lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp:4843:13:
  error: 225 enumeration values not handled in switch: 'RvvInt8mf8x2',
  'RvvInt8mf8x3', 'RvvInt8mf8x4'... [-Werror,-Wswitch]




More information about the All-commits mailing list