[lldb] Use CompletionRequest in REPL::CompleteCode and remove translation code to...
authorRaphael Isemann <teemperor@gmail.com>
Mon, 27 Jan 2020 20:24:39 +0000 (21:24 +0100)
committerRaphael Isemann <teemperor@gmail.com>
Wed, 29 Jan 2020 07:56:32 +0000 (08:56 +0100)
commita497e1b5ea7a681ef1b40b5c11f411bfe0e807d0
tree7d5636776eddee23db2385a3dcd83159a4bde22d
parentbc15bf66dcca76cc06fe71fca35b74dc4d521021
[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.
lldb/include/lldb/Expression/REPL.h
lldb/source/Expression/REPL.cpp