This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 0482c26428 [X86] Prevent passing vectors of __int128 as <X x i128> in llvm IR new 38c89049e4 Reland [LifetimeAnalysis] Support more STL idioms (template [...]
The 1 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: lib/Sema/SemaAttr.cpp | 11 ++---- lib/Sema/SemaDeclAttr.cpp | 16 +++++--- lib/Sema/SemaInit.cpp | 4 +- lib/Sema/SemaTemplateInstantiateDecl.cpp | 15 +++++++ test/SemaCXX/attr-gsl-owner-pointer-std.cpp | 53 +++++++++++++++++++++++++ test/SemaCXX/attr-gsl-owner-pointer.cpp | 17 ++++++++ unittests/Sema/CMakeLists.txt | 2 + unittests/Sema/GslOwnerPointerInference.cpp | 61 +++++++++++++++++++++++++++++ 8 files changed, 164 insertions(+), 15 deletions(-) create mode 100644 unittests/Sema/GslOwnerPointerInference.cpp