This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 30418fa5f7 [MSVC] If unable to find link.exe from a MSVC installation, [...] new c7a7fdc9a3 Reapply "[analyzer] Introduce a simplified API for adding cu [...]
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/Analysis/ProgramPoint.h | 5 +- .../StaticAnalyzer/Core/BugReporter/BugReporter.h | 53 ++++++++++++++++++++++ .../Core/BugReporter/BugReporterVisitors.h | 12 +++++ .../Core/PathSensitive/CheckerContext.h | 18 ++++++++ .../StaticAnalyzer/Core/PathSensitive/ExprEngine.h | 5 ++ lib/StaticAnalyzer/Checkers/MIGChecker.cpp | 47 +++++-------------- lib/StaticAnalyzer/Core/BugReporter.cpp | 1 + lib/StaticAnalyzer/Core/BugReporterVisitors.cpp | 24 ++++++++++ lib/StaticAnalyzer/Core/ExprEngine.cpp | 4 +- test/Analysis/mig.mm | 8 ++++ 10 files changed, 137 insertions(+), 40 deletions(-)