This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from dc6892d [analyzer] Add more FileIDs to PlistDiagnostic map to avoid a [...] new 88f65ed [analyzer] ExprEngine: remove second call to PreStmt<CastExpr>
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/StaticAnalyzer/Checkers/Checkers.td | 4 ++ .../Checkers/AnalysisOrderChecker.cpp | 56 ++++++++++++++++++++++ lib/StaticAnalyzer/Checkers/CMakeLists.txt | 1 + lib/StaticAnalyzer/Core/ExprEngine.cpp | 10 +--- test/Analysis/castexpr-callback.c | 10 ++++ 5 files changed, 72 insertions(+), 9 deletions(-) create mode 100644 lib/StaticAnalyzer/Checkers/AnalysisOrderChecker.cpp create mode 100644 test/Analysis/castexpr-callback.c