This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from cb712aff1f [analyzer] [NFC] Move dumping program point into a separate [...] new 3f0bc9eab1 [analyzer] Skip printing trivial nodes in exploded graph new 4d7f220123 [analyzer] Push updating-the-executed-lines logic into the B [...] new 1ee3e10df5 [analyzer] Do not add invalid source location to the coverag [...] new 5bf7347d5c [analyzer] Executed lines: store file IDs, not hashes. new 5c31d31323 [analyzer] [NFC] Prefer passing around reference to std::uni [...] new 0815531dca [analyzer] Add coverage information to plist output, update tests
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/Basic/PlistSupport.h | 25 +- .../Core/BugReporter/PathDiagnostic.h | 12 +- .../Core/PathSensitive/ExplodedGraph.h | 19 +- lib/StaticAnalyzer/Core/BugReporter.cpp | 39 +- lib/StaticAnalyzer/Core/ExplodedGraph.cpp | 5 + lib/StaticAnalyzer/Core/ExprEngine.cpp | 52 +- lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp | 19 +- lib/StaticAnalyzer/Core/PlistDiagnostics.cpp | 50 +- .../expected-plists/NewDelete-path-notes.cpp.plist | 32 +- .../expected-plists/conditional-path-notes.c.plist | 89 +- .../Inputs/expected-plists/cxx-for-range.cpp.plist | 90 +- .../Inputs/expected-plists/edges-new.mm.plist | 696 ++- .../Inputs/expected-plists/generics.m.plist | 492 +- .../Inputs/expected-plists/inline-plist.c.plist | 88 +- .../expected-plists/inline-unique-reports.c.plist | 21 +- .../Inputs/expected-plists/lambda-notes.cpp.plist | 205 + .../expected-plists/malloc-plist.c.plist} | 4261 ++++++++-------- .../method-call-path-notes.cpp.plist | 66 +- .../Inputs/expected-plists/model-file.cpp.plist | 27 +- .../expected-plists/null-deref-path-notes.m.plist | 52 +- .../expected-plists/nullability-notes.m.plist | 20 +- .../Inputs/expected-plists/objc-arc.m.plist | 177 +- .../Inputs/expected-plists/plist-macros.cpp.plist | 94 +- .../expected-plists/plist-output-alternate.m.plist | 81 +- .../Inputs/expected-plists/plist-output.m.plist | 246 +- .../retain-release-path-notes.m.plist | 278 +- .../Inputs/expected-plists/unix-fns.c.plist | 5356 ++++++++++---------- test/Analysis/MismatchedDeallocator-path-notes.cpp | 292 +- .../MismatchedDeallocator-path-notes.cpp.plist} | 219 +- .../plist-diagnostics-notes-as-events.cpp.plist | 18 +- .../expected-plists/plist-diagnostics.cpp.plist | 18 +- test/Analysis/cstring-plist.c | 3 + .../deref-track-symbolic-region.c.plist | 35 +- .../plist-diagnostics-include-check.cpp.plist | 147 + .../expected-plists/plist-multi-file.c.plist | 212 + .../report-issues-within-main-file.cpp.plist} | 1529 +++--- .../expected-plists/undef-value-caller.c.plist | 25 +- .../expected-plists/undef-value-param.c.plist | 55 +- .../expected-plists/undef-value-param.m.plist | 43 +- .../plist-diagnostics-include-check.cpp | 132 +- test/Analysis/diagnostics/plist-multi-file.c | 199 +- .../diagnostics/report-issues-within-main-file.cpp | 1709 +------ .../relevant_lines/synthesized_body.cpp | 25 + .../eager-reclamation-path-notes.c.plist | 38 +- .../eager-reclamation-path-notes.cpp.plist | 23 +- .../Inputs/expected-plists/path-notes.c.plist | 152 +- .../Inputs/expected-plists/path-notes.cpp.plist | 236 +- .../Inputs/expected-plists/path-notes.m.plist | 81 +- test/Analysis/lambda-notes.cpp | 195 +- test/Analysis/malloc-plist.c | 5037 +----------------- test/Analysis/plist-stats-output.c | 3 + test/Analysis/unix-fns.c | 2835 +---------- 52 files changed, 9744 insertions(+), 16109 deletions(-) create mode 100644 test/Analysis/Inputs/expected-plists/lambda-notes.cpp.plist copy test/Analysis/{inlining/Inputs/expected-plists/path-notes.cpp.plist => Inputs [...] copy test/Analysis/{inlining/Inputs/expected-plists/eager-reclamation-path-notes.c [...] create mode 100644 test/Analysis/diagnostics/Inputs/expected-plists/plist-diagnost [...] create mode 100644 test/Analysis/diagnostics/Inputs/expected-plists/plist-multi-fi [...] copy test/Analysis/{Inputs/expected-plists/inline-plist.c.plist => diagnostics/Inp [...] create mode 100644 test/Analysis/html_diagnostics/relevant_lines/synthesized_body.cpp