This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 2f412f2b98 Diagnose missing 'template' keywords in contexts where a com [...] new ed40733793 [analyzer] [NFC] Add -verify to malloc checker test new 3387634751 [analyzer] [NFC] A convenient getter for getting a current s [...]
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/AnalysisDeclContext.h | 2 +- include/clang/Analysis/ProgramPoint.h | 4 +++ .../StaticAnalyzer/Core/PathSensitive/CoreEngine.h | 2 +- .../Core/PathSensitive/ExplodedGraph.h | 2 +- lib/Analysis/AnalysisDeclContext.cpp | 4 +-- .../Checkers/CXXSelfAssignmentChecker.cpp | 2 +- .../Checkers/ExprInspectionChecker.cpp | 4 +-- lib/StaticAnalyzer/Checkers/MallocChecker.cpp | 4 +-- lib/StaticAnalyzer/Checkers/NSErrorChecker.cpp | 3 +- lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp | 6 ++-- .../Checkers/StackAddrEscapeChecker.cpp | 5 ++- lib/StaticAnalyzer/Checkers/VirtualCallChecker.cpp | 6 ++-- lib/StaticAnalyzer/Core/BugReporter.cpp | 6 ++-- lib/StaticAnalyzer/Core/BugReporterVisitors.cpp | 17 +++++----- lib/StaticAnalyzer/Core/CallEvent.cpp | 2 +- lib/StaticAnalyzer/Core/CoreEngine.cpp | 2 +- lib/StaticAnalyzer/Core/Environment.cpp | 2 +- lib/StaticAnalyzer/Core/ExprEngine.cpp | 28 ++++++++-------- lib/StaticAnalyzer/Core/ExprEngineCXX.cpp | 8 ++--- .../Core/ExprEngineCallAndReturn.cpp | 14 ++++---- lib/StaticAnalyzer/Core/LoopWidening.cpp | 2 +- lib/StaticAnalyzer/Core/MemRegion.cpp | 10 +++--- lib/StaticAnalyzer/Core/SymbolManager.cpp | 2 +- lib/StaticAnalyzer/Core/WorkList.cpp | 4 +-- test/Analysis/malloc-plist.c | 38 +++++++++++----------- 25 files changed, 89 insertions(+), 90 deletions(-)