This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 6f7b650ee8 [Sema/Attribute] Check for noderef attribute
new a9095ea6f9 [attributes] Add more tests for os_returns_retained
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:
test/Sema/attr-osobject.mm | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from 369af92ce47a Merge tag 'arc-4.20-rc6' of git://git.kernel.org/pub/scm/l [...]
new dfb7513374c1 scsi: lpfc: fix block guard enablement on SLI3 adapters
new 5db6dd14b313 scsi: libiscsi: Fix NULL pointer dereference in iscsi_eh_s [...]
new 02f425f811ce scsi: vmw_pscsi: Rearrange code to avoid multiple calls to [...]
new c967590457ca scsi: storvsc: Fix a race in sub-channel creation that can [...]
new cf76c364a1e1 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...]
The 5 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:
drivers/scsi/libiscsi.c | 4 +--
drivers/scsi/lpfc/lpfc_init.c | 6 ++++-
drivers/scsi/lpfc/lpfc_sli.c | 1 -
drivers/scsi/storvsc_drv.c | 61 +++++++++++++++++++++----------------------
drivers/scsi/vmw_pvscsi.c | 4 +--
5 files changed, 39 insertions(+), 37 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 8a3afc3750 [Sema] Push and Pop Expression Evaluation Context Records at [...]
new 6f7b650ee8 [Sema/Attribute] Check for noderef attribute
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 | 5 +
include/clang/Basic/AttrDocs.td | 57 ++++++++
include/clang/Basic/DiagnosticGroups.td | 2 +
include/clang/Basic/DiagnosticSemaKinds.td | 9 ++
include/clang/Sema/Sema.h | 16 +++
lib/AST/TypePrinter.cpp | 3 +
lib/Sema/SemaExpr.cpp | 117 +++++++++++++++-
lib/Sema/SemaExprMember.cpp | 28 +++-
lib/Sema/SemaInit.cpp | 13 ++
lib/Sema/SemaType.cpp | 48 ++++++-
test/Frontend/noderef.c | 209 +++++++++++++++++++++++++++++
test/Frontend/noderef.cpp | 102 ++++++++++++++
test/Frontend/noderef_on_non_pointers.m | 11 ++
test/Frontend/noderef_templates.cpp | 15 +++
14 files changed, 628 insertions(+), 7 deletions(-)
create mode 100644 test/Frontend/noderef.c
create mode 100644 test/Frontend/noderef.cpp
create mode 100644 test/Frontend/noderef_on_non_pointers.m
create mode 100644 test/Frontend/noderef_templates.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.