This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 0815531dca [analyzer] Add coverage information to plist output, update tests new 40ee08b1ae Revert "[analyzer] Add coverage information to plist output, [...]
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: include/clang/Basic/PlistSupport.h | 25 +- 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 - .../Inputs/expected-plists/malloc-plist.c.plist | 5262 ------------------- .../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 | 303 -- .../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 | 1825 ------- .../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 ++++++- .../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 ++++++++++- 45 files changed, 13128 insertions(+), 13935 deletions(-) delete mode 100644 test/Analysis/Inputs/expected-plists/lambda-notes.cpp.plist delete mode 100644 test/Analysis/Inputs/expected-plists/malloc-plist.c.plist delete mode 100644 test/Analysis/copypaste/Inputs/expected-plists/MismatchedDeallo [...] delete mode 100644 test/Analysis/diagnostics/Inputs/expected-plists/plist-diagnost [...] delete mode 100644 test/Analysis/diagnostics/Inputs/expected-plists/plist-multi-fi [...] delete mode 100644 test/Analysis/diagnostics/Inputs/expected-plists/report-issues- [...]