This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-arm-lts-defconfig in repository toolchain/ci/llvm-monorepo.
from 38ae67f97147 Merging r342897: adds 5a2567579693 Merging r339424: adds c47e959550e3 Merging r340025: new 488dd0270830 Merging r344325: new 64138722d18d Merging r341775: new 6c8c4d998cbd Merging r341778:
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: clang/include/clang/AST/Decl.h | 15 +++- clang/include/clang/Driver/Options.td | 2 +- clang/include/clang/Sema/Sema.h | 2 + clang/lib/Driver/Driver.cpp | 7 +- clang/lib/Sema/SemaDecl.cpp | 90 +++++++++++++++------- clang/lib/Sema/SemaOverload.cpp | 3 +- clang/lib/Sema/SemaTemplate.cpp | 2 + clang/test/Driver/cl-options.c | 1 + clang/test/Driver/cl-pch.cpp | 21 +++++ clang/test/PCH/Inputs/pch-through-use3c.cpp | 2 + .../someheader.h => PCH/Inputs/pch-through3c.h} | 0 clang/test/PCH/pch-through3c.cpp | 8 ++ clang/test/SemaCXX/cxx1y-deduced-return-type.cpp | 70 +++++++++++++++++ clang/test/SemaCXX/friend.cpp | 23 ++++++ llvm/lib/Analysis/ModuleSummaryAnalysis.cpp | 19 ++++- llvm/lib/Transforms/IPO/FunctionImport.cpp | 3 +- .../ThinLTO/X86/Inputs/globals-import-blockaddr.ll | 12 +++ llvm/test/ThinLTO/X86/globals-import-blockaddr.ll | 18 +++++ 18 files changed, 257 insertions(+), 41 deletions(-) create mode 100644 clang/test/PCH/Inputs/pch-through-use3c.cpp copy clang/test/{Preprocessor/Inputs/headermap-rel2/system/usr/include/someheader. [...] create mode 100644 clang/test/PCH/pch-through3c.cpp create mode 100644 llvm/test/ThinLTO/X86/Inputs/globals-import-blockaddr.ll create mode 100644 llvm/test/ThinLTO/X86/globals-import-blockaddr.ll