[lldb][NFC] Document options parameter in ClangUserExpression constructor

Somehow this option was only documented in the swift branch.

llvm-svn: 370395
This commit is contained in:
Raphael Isemann 2019-08-29 18:53:20 +00:00
parent ff5982aa91
commit b859168ec9
1 changed files with 3 additions and 0 deletions

View File

@ -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