Files
clang-p2996/lldb/source/Expression/DWARFExpression.cpp
Jonas Devlieghere 4cf1fe2405 [lldb] Add missing operations to GetOpcodeDataSize (#120163)
The improved error reporting in #120162 revealed that we were missing
opcodes in GetOpcodeDataSize. I changed the function to remove the
default case and switch over the enum type which will cause the compiler
to emit a warning if there are unhandled operations in the future.

rdar://139705570
2025-01-23 10:37:11 -08:00

94 KiB