[all-commits] [llvm/llvm-project] a497e1: [lldb] Use CompletionRequest in REPL::CompleteCode...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Tue Jan 28 23:56:54 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a497e1b5ea7a681ef1b40b5c11f411bfe0e807d0
https://github.com/llvm/llvm-project/commit/a497e1b5ea7a681ef1b40b5c11f411bfe0e807d0
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2020-01-29 (Wed, 29 Jan 2020)
Changed paths:
M lldb/include/lldb/Expression/REPL.h
M lldb/source/Expression/REPL.cpp
Log Message:
-----------
[lldb] Use CompletionRequest in REPL::CompleteCode and remove translation code to old API
Any REPL client should just move to CompletionRequest instead of relying on
the translation code from the old API, so let's remove that translation code.
More information about the All-commits
mailing list