summaryrefslogtreecommitdiffstats
path: root/lldb/include
diff options
context:
space:
mode:
authorDavide Italiano <ditaliano@apple.com>2019-12-10 14:44:51 -0800
committerDavide Italiano <ditaliano@apple.com>2019-12-10 14:59:34 -0800
commitbbcdcea4bf8423041108e22dc619f7d5fdae9870 (patch)
tree47a4a387113c15a08b6ee85744a4d12cb2fc2632 /lldb/include
parent90f4355b43eaf9eefa02226b98d8cb43f44ca879 (diff)
downloadbcm5719-llvm-bbcdcea4bf8423041108e22dc619f7d5fdae9870.tar.gz
bcm5719-llvm-bbcdcea4bf8423041108e22dc619f7d5fdae9870.zip
[TypeCategory] IsApplicable gets a LanguageType, not a ValueObject.
Reviewers: aprantl, teemperor Subscribers: lldb-commits Tags: #lldb Differential Revision: https://reviews.llvm.org/D71305
Diffstat (limited to 'lldb/include')
-rw-r--r--lldb/include/lldb/DataFormatters/TypeCategory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/include/lldb/DataFormatters/TypeCategory.h b/lldb/include/lldb/DataFormatters/TypeCategory.h
index dc5edb65494..f37c661d56d 100644
--- a/lldb/include/lldb/DataFormatters/TypeCategory.h
+++ b/lldb/include/lldb/DataFormatters/TypeCategory.h
@@ -391,7 +391,7 @@ private:
void Disable() { Enable(false, UINT32_MAX); }
- bool IsApplicable(ValueObject &valobj);
+ bool IsApplicable(lldb::LanguageType lang);
uint32_t GetLastEnabledPosition() { return m_enabled_position; }
OpenPOWER on IntegriCloud