diff options
author | Daniel Paoliello <danpao@microsoft.com> | 2024-10-18 10:19:48 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-18 10:19:48 -0700 |
commit | 9120adea504981dfd55ace25825f84018543d6f2 (patch) | |
tree | 059e98c52acf9484a315bf2c153a4b39cc0c3ba0 /lldb/source/Commands/CommandObjectMultiword.cpp | |
parent | 6264288d70610c40256f96f003e14ab5e8890fb8 (diff) | |
download | llvm-9120adea504981dfd55ace25825f84018543d6f2.zip llvm-9120adea504981dfd55ace25825f84018543d6f2.tar.gz llvm-9120adea504981dfd55ace25825f84018543d6f2.tar.bz2 |
Fix build break in SemaHLSL.cpp on MSVC 2022: warning C4715: 'getResourceClass': not all control paths return a value (#112767)
Moves the existing `llvm_unreachable` statement to the bottom of the
function and changes the case statement to deliberately fall through to
it.
Build break was introduced by #111203
It was not caught by the builders as they use Visual Studio 2019,
whereas this warning only appears in 2022.
---------
Co-authored-by: Matheus Izvekov <mizvekov@gmail.com>
Diffstat (limited to 'lldb/source/Commands/CommandObjectMultiword.cpp')
0 files changed, 0 insertions, 0 deletions