This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 0bf92b1fff [analyzer] [testing] Pass through an extra argument for spec [...] new 4b70c6059f [analyzer] [NFC] Heavy refactoring of trackNullOrUndefValue new 7bee69dec5 [analyzer] [NFC] Move the code for dumping the program point [...]
The 2 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 | 6 + .../Core/BugReporter/BugReporterVisitors.h | 4 - lib/Analysis/ProgramPoint.cpp | 171 ++++++++++++++++++++ lib/StaticAnalyzer/Core/BugReporterVisitors.cpp | 173 +++++++------------- lib/StaticAnalyzer/Core/ExprEngine.cpp | 180 +-------------------- 5 files changed, 234 insertions(+), 300 deletions(-)