summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.h
diff options
context:
space:
mode:
authorRaphael Isemann <teemperor@gmail.com>2018-08-30 21:26:32 +0000
committerRaphael Isemann <teemperor@gmail.com>2018-08-30 21:26:32 +0000
commitc11a780ed65a4e11c6bee68f7fd349c611f2fe18 (patch)
tree6e053fd41a07bd0e354c79728c5df0b5521d5db1 /lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.h
parentbdffea12d0be98efbf6d6ec4dcba3267b8aa7dec (diff)
downloadbcm5719-llvm-c11a780ed65a4e11c6bee68f7fd349c611f2fe18.tar.gz
bcm5719-llvm-c11a780ed65a4e11c6bee68f7fd349c611f2fe18.zip
Use a CompletionRequest in the expression command completion [NFC]
The patch was originally written before we had a CompletionRequest, so it still used a StringList to pass back the completions to the request. llvm-svn: 341124
Diffstat (limited to 'lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.h')
-rw-r--r--lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.h b/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.h
index c26975e60e5..8831d94ea9d 100644
--- a/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.h
+++ b/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.h
@@ -143,7 +143,7 @@ public:
lldb_private::ExecutionPolicy execution_policy,
bool keep_result_in_memory, bool generate_debug_info) override;
- bool Complete(ExecutionContext &exe_ctx, StringList &matches,
+ bool Complete(ExecutionContext &exe_ctx, CompletionRequest &request,
unsigned complete_pos) override;
ExpressionTypeSystemHelper *GetTypeSystemHelper() override {
OpenPOWER on IntegriCloud