[Lldb-commits] [lldb] r341126 - Fixed comment for UserExpression::Complete [NFC]

Raphael Isemann via lldb-commits lldb-commits at lists.llvm.org
Thu Aug 30 14:31:04 PDT 2018


Author: teemperor
Date: Thu Aug 30 14:31:04 2018
New Revision: 341126

URL: http://llvm.org/viewvc/llvm-project?rev=341126&view=rev
Log:
Fixed comment for UserExpression::Complete [NFC]

Modified:
    lldb/trunk/include/lldb/Expression/UserExpression.h

Modified: lldb/trunk/include/lldb/Expression/UserExpression.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Expression/UserExpression.h?rev=341126&r1=341125&r2=341126&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Expression/UserExpression.h (original)
+++ lldb/trunk/include/lldb/Expression/UserExpression.h Thu Aug 30 14:31:04 2018
@@ -107,8 +107,8 @@ public:
   ///     are needed for parsing and completing (locations of functions, types
   ///     of variables, persistent variables, etc.)
   ///
-  /// @param[out] matches
-  ///     The list of completions that should be appended with string
+  /// @param[out] request
+  ///     The completion request to fill out. The completion should be a string
   ///     that would complete the current token at the cursor position.
   ///     Note that the string in the list replaces the current token
   ///     in the command line.




More information about the lldb-commits mailing list