jingham added inline comments.

================
Comment at: lldb/source/Commands/CommandCompletions.cpp:802
+  // The only arguments constitute a command path, however, there might be
+  // options interspersed among the options, and we need to skip those.  Do 
that
+  // by copying the args vector, and just dropping all the option bits:
----------------
Second "options" should be "arguments".  I'll fix that with any other edits as 
they come along.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110298

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

Reply via email to