This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 663ca22297 [Dominators] PR42041: Skip nullpointer successors new 7e1d22314c [analyzer][Dominator] Add post dominators to CFG + a new deb [...]
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/Analyses/Dominators.h | 176 ++++++++++++++-------- include/clang/StaticAnalyzer/Checkers/Checkers.td | 4 + lib/Analysis/Dominators.cpp | 6 +- lib/StaticAnalyzer/Checkers/DebugCheckers.cpp | 30 +++- test/Analysis/domtest.c | 58 +++++++ test/Analysis/domtest.cpp | 13 ++ 6 files changed, 224 insertions(+), 63 deletions(-)