mirror of
https://github.com/intel/llvm.git
synced 2026-01-17 23:45:25 +08:00
In commit clang r226096, DefinitionRequired has been removed. Do the same in lldb implementation
llvm-svn: 226162
This commit is contained in:
@@ -186,10 +186,10 @@ ASTStructExtractor::CompleteTentativeDefinition(VarDecl *D)
|
||||
}
|
||||
|
||||
void
|
||||
ASTStructExtractor::HandleVTable(CXXRecordDecl *RD, bool DefinitionRequired)
|
||||
ASTStructExtractor::HandleVTable(CXXRecordDecl *RD)
|
||||
{
|
||||
if (m_passthrough)
|
||||
m_passthrough->HandleVTable(RD, DefinitionRequired);
|
||||
m_passthrough->HandleVTable(RD);
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user