diff options
| author | Raphael Isemann <teemperor@gmail.com> | 2019-08-29 18:53:20 +0000 |
|---|---|---|
| committer | Raphael Isemann <teemperor@gmail.com> | 2019-08-29 18:53:20 +0000 |
| commit | b859168ec91c157ab5b929f0859bbd1d113d3da8 (patch) | |
| tree | 705bdafe7673d95112e81540666103fad9a2b489 /lldb/source/Plugins/ExpressionParser | |
| parent | ff5982aa91d1ca0c11e00b3d2b22d32c66bb8590 (diff) | |
| download | bcm5719-llvm-b859168ec91c157ab5b929f0859bbd1d113d3da8.tar.gz bcm5719-llvm-b859168ec91c157ab5b929f0859bbd1d113d3da8.zip | |
[lldb][NFC] Document options parameter in ClangUserExpression constructor
Somehow this option was only documented in the swift branch.
llvm-svn: 370395
Diffstat (limited to 'lldb/source/Plugins/ExpressionParser')
| -rw-r--r-- | lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.h b/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.h index 7ddc7b6312d..af72ad28e93 100644 --- a/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.h +++ b/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.h @@ -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 |

