This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from a71671ffe4 [clang] Refactor doc comments to Decls attribution new 8ac879c039 [NFC][clang] Adding argument based Phase list filtering to g [...] new fedc6539be [analyzer][NFC] Refactoring BugReporter.cpp P4.: If it can b [...]
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/Driver/Types.h | 5 + .../StaticAnalyzer/Core/BugReporter/BugReporter.h | 28 ++-- .../Core/BugReporter/BugReporterVisitors.h | 3 +- .../Core/BugReporter/PathDiagnostic.h | 1 - .../Core/PathSensitive/CheckerContext.h | 2 +- .../Core/PathSensitive/ExplodedGraph.h | 6 +- .../Core/PathSensitive/ProgramState.h | 4 + lib/Driver/Driver.cpp | 16 +-- lib/Driver/Types.cpp | 56 +++++++- lib/StaticAnalyzer/Checkers/MallocChecker.cpp | 2 +- .../Checkers/ObjCUnusedIVarsChecker.cpp | 4 +- .../RetainCountChecker/RetainCountDiagnostics.cpp | 2 +- .../Checkers/UnreachableCodeChecker.cpp | 2 +- lib/StaticAnalyzer/Core/BugReporter.cpp | 142 +++++++++++---------- lib/StaticAnalyzer/Core/BugReporterVisitors.cpp | 6 +- lib/StaticAnalyzer/Core/CallEvent.cpp | 2 +- lib/StaticAnalyzer/Core/ExplodedGraph.cpp | 2 +- 18 files changed, 177 insertions(+), 108 deletions(-)