This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from e7a001d8f1 [analyzer] [NFC] PathDiagnostic: Create PathDiagnosticPopUpPiece new 03db90aec3 [analyzer] ConditionBRVisitor: Enhance to write out more inf [...]
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: .../Core/BugReporter/BugReporterVisitors.h | 17 +- lib/StaticAnalyzer/Core/BugReporterVisitors.cpp | 163 ++-- .../expected-plists/NewDelete-path-notes.cpp.plist | 62 ++ .../Inputs/expected-plists/cxx-for-range.cpp.plist | 186 +++++ .../Inputs/expected-plists/edges-new.mm.plist | 918 ++++++++++++++++++++- .../Inputs/expected-plists/inline-plist.c.plist | 346 ++++---- .../expected-plists/objc-radar17039661.m.plist | 62 ++ .../plist-macros-with-expansion.cpp.plist | 56 ++ .../Inputs/expected-plists/plist-macros.cpp.plist | 115 ++- .../Inputs/expected-plists/plist-output.m.plist | 180 ++++ .../expected-plists/retain-release.m.objc.plist | 124 +++ .../expected-plists/retain-release.m.objcpp.plist | 124 +++ test/Analysis/NewDelete-path-notes.cpp | 4 +- .../diagnostics/no-store-func-path-notes.c | 18 +- .../diagnostics/no-store-func-path-notes.cpp | 6 +- .../diagnostics/no-store-func-path-notes.m | 9 +- test/Analysis/inline-plist.c | 3 +- test/Analysis/osobject-retain-release.cpp | 3 +- test/Analysis/use-after-move.cpp | 13 +- test/Analysis/virtualcall.cpp | 6 +- 20 files changed, 2158 insertions(+), 257 deletions(-)