This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 297c334b44 Remove CallingConvMethodType new 07d5b4a5da Add lifetime categories attributes
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/Attr.td | 14 +++ include/clang/Basic/AttrDocs.td | 68 +++++++++++++ include/clang/Basic/DiagnosticSemaKinds.td | 5 +- lib/Parse/ParseDecl.cpp | 27 +++++- lib/Sema/SemaDeclAttr.cpp | 68 ++++++++++++- test/AST/ast-dump-attr.cpp | 17 ++++ ...pragma-attribute-supported-attributes-list.test | 2 + test/SemaCXX/attr-gsl-owner-pointer.cpp | 107 +++++++++++++++++++++ test/SemaOpenCL/invalid-kernel-attrs.cl | 6 +- utils/TableGen/ClangAttrEmitter.cpp | 4 + 10 files changed, 306 insertions(+), 12 deletions(-) create mode 100644 test/SemaCXX/attr-gsl-owner-pointer.cpp