This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 3f087b48e2 [analyzer] PR41185: Fix regression where __builtin_* functio [...] new 60c28aa5e6 [Sema][ObjC] Don't warn about an implicitly retained self if [...]
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/AST/DeclBase.h | 15 +++++++++ include/clang/Sema/Sema.h | 5 +++ lib/Sema/SemaDecl.cpp | 31 +++++++++++++++++++ lib/Sema/SemaDeclObjC.cpp | 1 + lib/Sema/SemaExpr.cpp | 8 ++--- test/SemaObjC/warn-implicit-self-in-block.m | 18 ----------- test/SemaObjCXX/warn-implicit-self-in-block.mm | 42 ++++++++++++++++++++++++++ 7 files changed, 97 insertions(+), 23 deletions(-) delete mode 100644 test/SemaObjC/warn-implicit-self-in-block.m create mode 100644 test/SemaObjCXX/warn-implicit-self-in-block.mm