This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 384410eb05 [analyzer] Fix crash in RunLoopAutoreleaseChecker on empty children new fdff255e9d [analyzer] Bugfix for autorelease + main run loop leak checker new 359b2bfbb5 [analyzer] [NFC] Simplify some visitors by giving a convenie [...]
The 2 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: .../Core/PathSensitive/ProgramState.h | 3 ++ .../Checkers/RunLoopAutoreleaseLeakChecker.cpp | 13 +++++--- lib/StaticAnalyzer/Core/BugReporterVisitors.cpp | 37 +++++++++------------- lib/StaticAnalyzer/Core/ProgramState.cpp | 5 +++ .../Checkers/RunLoopAutoreleaseLeakChecker.m | 11 +++++++ 5 files changed, 43 insertions(+), 26 deletions(-)