mib marked an inline comment as done.
mib 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)
+};
----------------
JDevlieghere wrote:
> Should this be `<< 25`? 
I've just copied the enum as-is, but now that you mention it, I also think this 
should be `<< 25`.


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

https://reviews.llvm.org/D152011

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to