Silence compiler warning after the addition of HLSL to Clang
authorBenjamin Kramer <benny.kra@googlemail.com>
Mon, 28 Mar 2022 23:21:52 +0000 (01:21 +0200)
committerBenjamin Kramer <benny.kra@googlemail.com>
Mon, 28 Mar 2022 23:23:20 +0000 (01:23 +0200)
commit42d3d717b8140cb0ef2169d1ac25f0f166cd61bf
tree6135e4f2828cc938ed593c8b252e692115ff0e2b
parent6faba31e0d88ce71e87567ddb51d2444524b8a81
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()) {
               ^
lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp