This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 81685b29c8 Revert r318669/318694 new 94ab67222d [analyzer] Diagnose stack leaks via block captures
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: .../Checkers/StackAddrEscapeChecker.cpp | 291 ++++++++++++++------- test/Analysis/stack-capture-leak-arc.mm | 175 +++++++++++++ test/Analysis/stack-capture-leak-no-arc.mm | 37 +++ 3 files changed, 404 insertions(+), 99 deletions(-) create mode 100644 test/Analysis/stack-capture-leak-arc.mm create mode 100644 test/Analysis/stack-capture-leak-no-arc.mm