This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from db54025161 [Bash-autocompletion] Fixed a bug on bash new c93eca16e8 Use ARC parsing rules for ns_returns_retained in MRC so that [...]
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/Type.h | 1 + include/clang/Sema/Sema.h | 2 + lib/AST/Type.cpp | 2 + lib/AST/TypePrinter.cpp | 73 +++++++++++++--------- lib/Sema/SemaDeclAttr.cpp | 15 +++++ lib/Sema/SemaType.cpp | 39 +++++++----- test/Analysis/retain-release.m | 2 +- .../SemaCXX/attr-x86-no_caller_saved_registers.cpp | 2 +- test/SemaObjC/attr-ns_returns_retained.m | 18 ++++++ 9 files changed, 107 insertions(+), 47 deletions(-) create mode 100644 test/SemaObjC/attr-ns_returns_retained.m