[lldb][NFC] Move all completer subclasses into source file
authorRaphael Isemann <teemperor@gmail.com>
Wed, 12 Feb 2020 07:56:03 +0000 (08:56 +0100)
committerRaphael Isemann <teemperor@gmail.com>
Wed, 12 Feb 2020 08:08:44 +0000 (09:08 +0100)
commit572fc8974277e5def25029219daec20d08f85030
tree9b416129a95a0f1e9d42125b14fc80c2162e464b
parent7e5d8a34e341a06a1b8ce221a36146163a00aaa3
[lldb][NFC] Move all completer subclasses into source file

They are all implementation details so let's keep them out of the interface.
Also makes this code more readable by keeping these small classes
not spread over header and source file.
lldb/include/lldb/Interpreter/CommandCompletions.h
lldb/source/Commands/CommandCompletions.cpp