mirror of
https://github.com/intel/llvm.git
synced 2026-01-14 20:10:50 +08:00
Update LLDB for r273647
llvm-svn: 273648
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user