[all-commits] [llvm/llvm-project] 42d3d7: Silence compiler warning after the addition of HLS...
Benjamin Kramer via All-commits
all-commits at lists.llvm.org
Mon Mar 28 16:23:52 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 42d3d717b8140cb0ef2169d1ac25f0f166cd61bf
https://github.com/llvm/llvm-project/commit/42d3d717b8140cb0ef2169d1ac25f0f166cd61bf
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2022-03-29 (Tue, 29 Mar 2022)
Changed paths:
M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
Log Message:
-----------
Silence compiler warning after the addition of HLSL to Clang
lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp:472:16: warning: enumeration value 'HLSL' not handled in switch [-Wswitch]
switch (IK.getLanguage()) {
^
More information about the All-commits
mailing list