[all-commits] [llvm/llvm-project] 5195e1: [lldb] Add missing switch case for SveCount in Typ...

Jie Fu via All-commits all-commits at lists.llvm.org
Tue Mar 7 17:10:56 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5195e14bc1222e1b3f1b7b43c04e1c1ac3504cb1
      https://github.com/llvm/llvm-project/commit/5195e14bc1222e1b3f1b7b43c04e1c1ac3504cb1
  Author: Jie Fu <jiefu at tencent.com>
  Date:   2023-03-08 (Wed, 08 Mar 2023)

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

  Log Message:
  -----------
  [lldb] Add missing switch case for SveCount in TypeSystemClang::GetEncoding (NFC)

/data/llvm-project/lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp:4841:13: error: enumeration value 'SveCount' not handled in switch [-Werror,-Wswitch]
    switch (llvm::cast<clang::BuiltinType>(qual_type)->getKind()) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.




More information about the All-commits mailing list