[all-commits] [llvm/llvm-project] 9c80eb: Silence -Wswitch after cb43021e5726a4462f28a999fb6...
Benjamin Kramer via All-commits
all-commits at lists.llvm.org
Thu Oct 17 04:15:38 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9c80eb7c83c6471d4126ef46f85bf673787de521
https://github.com/llvm/llvm-project/commit/9c80eb7c83c6471d4126ef46f85bf673787de521
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2024-10-17 (Thu, 17 Oct 2024)
Changed paths:
M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
Log Message:
-----------
Silence -Wswitch after cb43021e5726a4462f28a999fb66a8dc20dc354b
lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp:4885:13: warning: enumeration value 'SveMFloat8' not handled in switch [-Wswitch]
4885 | switch (llvm::cast<clang::BuiltinType>(qual_type)->getKind()) {
|
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list