[Lldb-commits] [lldb] r370395 - [lldb][NFC] Document options parameter in ClangUserExpression constructor

Raphael Isemann via lldb-commits lldb-commits at lists.llvm.org
Thu Aug 29 11:53:20 PDT 2019


Author: teemperor
Date: Thu Aug 29 11:53:20 2019
New Revision: 370395

URL: http://llvm.org/viewvc/llvm-project?rev=370395&view=rev
Log:
[lldb][NFC] Document options parameter in ClangUserExpression constructor

Somehow this option was only documented in the swift branch.

Modified:
    lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangUserExpression.h

Modified: lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangUserExpression.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangUserExpression.h?rev=370395&r1=370394&r2=370395&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangUserExpression.h (original)
+++ lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangUserExpression.h Thu Aug 29 11:53:20 2019
@@ -105,6 +105,9 @@ public:
   ///     If not eResultTypeAny, the type to use for the expression
   ///     result.
   ///
+  /// \param[in] options
+  ///     Additional options for the expression.
+  ///
   /// \param[in] ctx_obj
   ///     The object (if any) in which context the expression
   ///     must be evaluated. For details see the comment to




More information about the lldb-commits mailing list