[Lldb-commits] [PATCH] D152011: [lldb/Commands] Add support to auto-completion for user commands

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jun 5 18:17:11 PDT 2023


JDevlieghere added inline comments.


================
Comment at: lldb/include/lldb/lldb-enumerations.h:1279
+  // if you & in this bit the base code will not process the option.
+  eCustomCompletion = (1u << 24)
+};
----------------
Should this be `<< 25`? 


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D152011/new/

https://reviews.llvm.org/D152011



More information about the lldb-commits mailing list