Skip to content

Commit b859168

Browse files
committed
[lldb][NFC] Document options parameter in ClangUserExpression constructor
Somehow this option was only documented in the swift branch. llvm-svn: 370395
1 parent ff5982a commit b859168

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.h

+3
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ class ClangUserExpression : public LLVMUserExpression {
105105
/// If not eResultTypeAny, the type to use for the expression
106106
/// result.
107107
///
108+
/// \param[in] options
109+
/// Additional options for the expression.
110+
///
108111
/// \param[in] ctx_obj
109112
/// The object (if any) in which context the expression
110113
/// must be evaluated. For details see the comment to

0 commit comments

Comments
 (0)