From bbcdcea4bf8423041108e22dc619f7d5fdae9870 Mon Sep 17 00:00:00 2001 From: Davide Italiano Date: Tue, 10 Dec 2019 14:44:51 -0800 Subject: [TypeCategory] IsApplicable gets a LanguageType, not a ValueObject. Reviewers: aprantl, teemperor Subscribers: lldb-commits Tags: #lldb Differential Revision: https://reviews.llvm.org/D71305 --- lldb/include/lldb/DataFormatters/TypeCategory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/include') 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; } -- cgit v1.2.3