This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 1e604b365d [analyzer] Record nullability implications on getting items [...] new a119c2c181 [analyzer] [NFC] [tests] Move plist-based diagnostics tests [...] new fa5373bdfb [analyzer] InnerPointerChecker: improve warning messages and notes.
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: lib/StaticAnalyzer/Checkers/AllocationState.h | 5 + .../Checkers/InnerPointerChecker.cpp | 42 +- lib/StaticAnalyzer/Checkers/MallocChecker.cpp | 30 +- ...es.cpp.plist => NewDelete-path-notes.cpp.plist} | 316 ++-- ...es.m.plist => method-call-path-notes.cpp.plist} | 703 +++------ ...l-path-notes.c.plist => plist-macros.cpp.plist} | 1124 +++++++------ ...ge.cpp.plist => plist-output-alternate.m.plist} | 1146 ++++++-------- .../plists/plist-stats-output.c.plist | 9 + test/Analysis/NewDelete-path-notes.cpp | 432 +---- test/Analysis/inner-pointer.cpp | 260 +-- test/Analysis/method-call-path-notes.cpp | 779 +-------- test/Analysis/plist-macros.cpp | 1667 +------------------- test/Analysis/plist-output-alternate.m | 1439 +---------------- 13 files changed, 1717 insertions(+), 6235 deletions(-) copy test/Analysis/ExpectedOutputs/plists/{inlining/eager-reclamation-path-notes.c [...] copy test/Analysis/ExpectedOutputs/plists/{null-deref-path-notes.m.plist => method [...] copy test/Analysis/ExpectedOutputs/plists/{conditional-path-notes.c.plist => plist [...] copy test/Analysis/ExpectedOutputs/plists/{cxx-for-range.cpp.plist => plist-output [...] create mode 100644 test/Analysis/ExpectedOutputs/plists/plist-stats-output.c.plist