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
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to