This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 71fadd1 test: add a requires registered target new eeb7838 Migrate PathDiagnosticPiece to std::shared_ptr
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: .../StaticAnalyzer/Core/BugReporter/BugReporter.h | 7 +- .../Core/BugReporter/BugReporterVisitor.h | 136 +++++----- .../Core/BugReporter/PathDiagnostic.h | 29 +- lib/StaticAnalyzer/Checkers/DynamicTypeChecker.cpp | 19 +- .../Checkers/DynamicTypePropagation.cpp | 19 +- .../Checkers/LocalizationChecker.cpp | 16 +- .../Checkers/MPI-Checker/MPIBugReporter.cpp | 10 +- .../Checkers/MPI-Checker/MPIBugReporter.h | 8 +- .../Checkers/MacOSKeychainAPIChecker.cpp | 21 +- lib/StaticAnalyzer/Checkers/MallocChecker.cpp | 18 +- lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp | 19 +- .../Checkers/ObjCSuperDeallocChecker.cpp | 18 +- lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp | 21 +- .../Checkers/TestAfterDivZeroChecker.cpp | 17 +- lib/StaticAnalyzer/Checkers/ValistChecker.cpp | 12 +- lib/StaticAnalyzer/Core/BugReporter.cpp | 298 +++++++++++---------- lib/StaticAnalyzer/Core/BugReporterVisitors.cpp | 159 +++++------ lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp | 9 +- lib/StaticAnalyzer/Core/PathDiagnostic.cpp | 65 +++-- lib/StaticAnalyzer/Core/PlistDiagnostics.cpp | 40 +-- 20 files changed, 448 insertions(+), 493 deletions(-)