diff options
| author | Jim Ingham <jingham@apple.com> | 2016-06-28 01:33:03 +0000 |
|---|---|---|
| committer | Jim Ingham <jingham@apple.com> | 2016-06-28 01:33:03 +0000 |
| commit | 279b2e889a90f8819ddea7b8d318629d8659641a (patch) | |
| tree | 32db0ecad7b28be5373eb9d4381f81323e40612f /lldb/include | |
| parent | a48d9fe86a627c88a21398db6c18a0108b131444 (diff) | |
| download | bcm5719-llvm-279b2e889a90f8819ddea7b8d318629d8659641a.tar.gz bcm5719-llvm-279b2e889a90f8819ddea7b8d318629d8659641a.zip | |
fixits are apparently called fix-its.
<rdar://problem/26998596>
llvm-svn: 273979
Diffstat (limited to 'lldb/include')
| -rw-r--r-- | lldb/include/lldb/Expression/UserExpression.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/include/lldb/Expression/UserExpression.h b/lldb/include/lldb/Expression/UserExpression.h index a038af1b953..2b685dc046c 100644 --- a/lldb/include/lldb/Expression/UserExpression.h +++ b/lldb/include/lldb/Expression/UserExpression.h @@ -338,7 +338,7 @@ protected: Address m_address; ///< The address the process is stopped in. std::string m_expr_text; ///< The text of the expression, as typed by the user std::string m_expr_prefix; ///< The text of the translation-level definitions, as provided by the user - std::string m_fixed_text; ///< The text of the expression with fixits applied - this won't be set if the fixed text doesn't parse. + std::string m_fixed_text; ///< The text of the expression with fix-its applied - this won't be set if the fixed text doesn't parse. lldb::LanguageType m_language; ///< The language to use when parsing (eLanguageTypeUnknown means use defaults) ResultType m_desired_type; ///< The type to coerce the expression's result to. If eResultTypeAny, inferred from the expression. EvaluateExpressionOptions m_options; ///< Additional options provided by the user. |

