From a9a57804eaaa112618a711f84d98b125881e5da9 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Thu, 15 Jan 2015 11:50:50 +0000 Subject: In commit clang r226096, DefinitionRequired has been removed. Do the same in lldb implementation llvm-svn: 226162 --- lldb/source/Expression/ASTResultSynthesizer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lldb/source/Expression/ASTResultSynthesizer.cpp') diff --git a/lldb/source/Expression/ASTResultSynthesizer.cpp b/lldb/source/Expression/ASTResultSynthesizer.cpp index 2f14721100b..c3d42cb49ec 100644 --- a/lldb/source/Expression/ASTResultSynthesizer.cpp +++ b/lldb/source/Expression/ASTResultSynthesizer.cpp @@ -480,10 +480,10 @@ ASTResultSynthesizer::CompleteTentativeDefinition(VarDecl *D) } void -ASTResultSynthesizer::HandleVTable(CXXRecordDecl *RD, bool DefinitionRequired) +ASTResultSynthesizer::HandleVTable(CXXRecordDecl *RD) { if (m_passthrough) - m_passthrough->HandleVTable(RD, DefinitionRequired); + m_passthrough->HandleVTable(RD); } void -- cgit v1.2.3