This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from d2e8ad46a6 Remove inclusion of a private gmock header from a test new 4b37ac33ee gsl::Owner/gsl::Pointer: Add implicit annotations for some s [...]
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: include/clang/Basic/AttrDocs.td | 4 +- include/clang/Sema/Sema.h | 11 +++ lib/Sema/SemaAttr.cpp | 120 ++++++++++++++++++++++++++ lib/Sema/SemaDecl.cpp | 5 ++ lib/Sema/SemaTemplate.cpp | 1 + test/SemaCXX/attr-gsl-owner-pointer-std.cpp | 129 ++++++++++++++++++++++++++++ 6 files changed, 268 insertions(+), 2 deletions(-) create mode 100644 test/SemaCXX/attr-gsl-owner-pointer-std.cpp