We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff5982a commit b859168Copy full SHA for b859168
lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.h
@@ -105,6 +105,9 @@ class ClangUserExpression : public LLVMUserExpression {
105
/// If not eResultTypeAny, the type to use for the expression
106
/// result.
107
///
108
+ /// \param[in] options
109
+ /// Additional options for the expression.
110
+ ///
111
/// \param[in] ctx_obj
112
/// The object (if any) in which context the expression
113
/// must be evaluated. For details see the comment to
0 commit comments