This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 00d62d7770 [analyzer] Don't make ConditionBRVisitor events prunable whe [...] new 5e557d97f1 [LifetimeAnalysis] Support more STL idioms (template forward [...]
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