[all-commits] [llvm/llvm-project] 477c09: [lldb][NFC] Remove eCustomCompletion mode

Raphael Isemann via All-commits all-commits at lists.llvm.org
Tue Feb 11 23:34:24 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 477c09043e654bc154fce6e6b013f8f91fb96f05
      https://github.com/llvm/llvm-project/commit/477c09043e654bc154fce6e6b013f8f91fb96f05
  Author: Raphael Isemann <teemperor at gmail.com>
  Date:   2020-02-12 (Wed, 12 Feb 2020)

  Changed paths:
    M lldb/source/Commands/CommandCompletions.cpp

  Log Message:
  -----------
  [lldb][NFC] Remove eCustomCompletion mode

It's not used by anyone. Also if something implements its own
completion it could just not call the method instead of having
a parameter that makes the function a no-op.




More information about the All-commits mailing list