Skip to content

Commit

Permalink
[lldb][NFC] Document options parameter in ClangUserExpression constru…
Browse files Browse the repository at this point in the history
…ctor

Somehow this option was only documented in the swift branch.

llvm-svn: 370395
  • Loading branch information
Teemperor committed Aug 29, 2019
1 parent ff5982a commit b859168
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ class ClangUserExpression : public LLVMUserExpression {
/// 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
Expand Down

0 comments on commit b859168

Please sign in to comment.