This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ee915ad903 Fix MSVC "signed/unsigned mismatch" warning. NFCI. new 663ca22297 [Dominators] PR42041: Skip nullpointer successors
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 | 44 ++++++- test/Analysis/domtest.c | 168 +++++++++++++++++---------- test/Analysis/domtest.cpp | 51 ++++++++ 3 files changed, 198 insertions(+), 65 deletions(-) create mode 100644 test/Analysis/domtest.cpp