teemperor added a comment.
For the sake of completeness, that's how Clang would warn about unimplemented
options:
llvm-project/lldb/source/Commands/CommandObjectSettings.cpp:102:15: warning:
enumeration value 'Global' not handled in switch [-Wswitch]
switch (*opt) {
^
llvm-project/lldb/source/Commands/CommandObjectSettings.cpp:102:15: note: add
missing switch cases
switch (*opt) {
^
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65386/new/
https://reviews.llvm.org/D65386
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits