This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 376881c98e Add necessary support for storing code-model to module IR. new e7f0cee909 [analyzer] [NFC] Dead code removal new e14e2edda4 [analyzer] Fix bug in isInevitablySinking new 7e914facd4 [analyzer] [NFC] Prefer make_unique over "new" new 211d53294b [analyzer] Associate diagnostics created in checkEndFunction [...] new 9d7fcc690d [analyzer] Highlight sink nodes in red new 09ffc529b9 [analyzer] Process state in checkEndFunction in RetainCountChecker
The 6 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/Analysis/ProgramPoint.h | 24 ++ .../StaticAnalyzer/Core/BugReporter/BugType.h | 2 - .../Core/PathSensitive/CheckerContext.h | 4 - .../StaticAnalyzer/Core/PathSensitive/ExprEngine.h | 5 - .../RetainCountChecker/RetainCountChecker.cpp | 100 +++++---- .../RetainCountChecker/RetainCountChecker.h | 14 +- lib/StaticAnalyzer/Core/BugReporter.cpp | 25 +-- lib/StaticAnalyzer/Core/CheckerManager.cpp | 5 +- lib/StaticAnalyzer/Core/ExprEngine.cpp | 20 +- lib/StaticAnalyzer/Core/PathDiagnostic.cpp | 20 +- .../retain-release-path-notes.m.plist | 248 +-------------------- test/Analysis/inner-pointer.cpp | 5 +- test/Analysis/malloc-free-after-return.cpp | 4 +- test/Analysis/retain-release-arc.m | 3 +- test/Analysis/retain-release-path-notes.m | 12 +- 15 files changed, 135 insertions(+), 356 deletions(-)