llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus
Adrian Prantl 057efa9916 Make the error condition in Value::ValueType explicit (NFC)
The comment for ValueType claims that all values <1 are errors, but
not all switch statements take this into account. This patch
introduces an explicit Error case and deletes all default: cases, so
we get warned about incomplete switch coverage.

https://reviews.llvm.org/D96537
2021-02-12 16:12:31 -08:00
..
ItaniumABI Make the error condition in Value::ValueType explicit (NFC) 2021-02-12 16:12:31 -08:00
CMakeLists.txt [lldb/Plugins] Remove PLUGIN from libraries that aren't really plugins. 2020-02-17 19:40:00 -08:00
CPPLanguageRuntime.cpp [lldb] Add step target to ThreadPlanStepInRange constructor 2021-02-11 14:57:20 -08:00
CPPLanguageRuntime.h [lldb] Delete copy operations on PluginInterface class 2020-10-09 10:37:09 +02:00