This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from e7ed3c458e Allow forwarding -fdebug-compilation-dir to cc1as new af19f20605 [analyzer] Fix an infinite recursion bug while checking pare [...] new 53c578cc03 [attributes] Add an attribute os_consumes_this, with similar [...] new 0959dfd10b [analyzer] Rely on os_consumes_this attribute to signify tha [...]
The 3 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 | 9 ++++++- .../StaticAnalyzer/Core/RetainSummaryManager.h | 4 ++++ lib/Sema/SemaDeclAttr.cpp | 3 +++ lib/StaticAnalyzer/Core/RetainSummaryManager.cpp | 5 +++- test/Analysis/osobject-retain-release.cpp | 28 ++++++++++++++++++++++ test/Sema/attr-osobject.cpp | 8 ++++++- 7 files changed, 66 insertions(+), 5 deletions(-)