[all-commits] [llvm/llvm-project] 572fc8: [lldb][NFC] Move all completer subclasses into sou...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Wed Feb 12 00:09:45 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 572fc8974277e5def25029219daec20d08f85030
https://github.com/llvm/llvm-project/commit/572fc8974277e5def25029219daec20d08f85030
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2020-02-12 (Wed, 12 Feb 2020)
Changed paths:
M lldb/include/lldb/Interpreter/CommandCompletions.h
M lldb/source/Commands/CommandCompletions.cpp
Log Message:
-----------
[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.
More information about the All-commits
mailing list