summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Majnemer <david.majnemer@gmail.com>2016-06-24 04:39:22 +0000
committerDavid Majnemer <david.majnemer@gmail.com>2016-06-24 04:39:22 +0000
commit68303763f4494e13ae4a9216d9d9be5db8d13d27 (patch)
tree156262bdd28b7b3ec410797393effad58f39bcba
parent59f779213626990295f21b93d3f18f432513da34 (diff)
downloadbcm5719-llvm-68303763f4494e13ae4a9216d9d9be5db8d13d27.tar.gz
bcm5719-llvm-68303763f4494e13ae4a9216d9d9be5db8d13d27.zip
Update LLDB for r273647
llvm-svn: 273648
-rw-r--r--lldb/source/Symbol/ClangASTContext.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/lldb/source/Symbol/ClangASTContext.cpp b/lldb/source/Symbol/ClangASTContext.cpp
index 91aa507412d..68507af1d63 100644
--- a/lldb/source/Symbol/ClangASTContext.cpp
+++ b/lldb/source/Symbol/ClangASTContext.cpp
@@ -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();
OpenPOWER on IntegriCloud