Update LLDB for r273647

llvm-svn: 273648
This commit is contained in:
David Majnemer 2016-06-24 04:39:22 +00:00
parent 59f7792136
commit 68303763f4
1 changed files with 2 additions and 4 deletions

View File

@ -7748,8 +7748,7 @@ ClangASTContext::BuildIndirectFields (const CompilerType& type)
clang::SourceLocation(),
nested_field_decl->getIdentifier(),
nested_field_decl->getType(),
chain,
2);
{chain, 2});
indirect_field->setImplicit();
@ -7779,8 +7778,7 @@ ClangASTContext::BuildIndirectFields (const CompilerType& type)
clang::SourceLocation(),
nested_indirect_field_decl->getIdentifier(),
nested_indirect_field_decl->getType(),
chain,
nested_chain_size + 1);
{chain, nested_chain_size + 1});
indirect_field->setImplicit();