[all-commits] [llvm/llvm-project] 7fa6b9: [lldb] Silence compiler warning after fae0dfa6421e...

Benjamin Kramer via All-commits all-commits at lists.llvm.org
Mon Sep 6 03:31:48 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7fa6b9f61058ff4839eb55d7fe8ec2f1e2493d5e
      https://github.com/llvm/llvm-project/commit/7fa6b9f61058ff4839eb55d7fe8ec2f1e2493d5e
  Author: Benjamin Kramer <benny.kra at googlemail.com>
  Date:   2021-09-06 (Mon, 06 Sep 2021)

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

  Log Message:
  -----------
  [lldb] Silence compiler warning after fae0dfa6421ea6c02f86ba7292fa782e1e2b69d1

lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp:4765:13: warning: enumeration value 'Ibm128' not handled in switch [-Wswitch]
    switch (llvm::cast<clang::BuiltinType>(qual_type)->getKind()) {
            ^




More information about the All-commits mailing list