This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 8024c1cef4 [CFG] Add a new function to get the proper condition of a CFGBlock new 80020c762f [analyzer][Dominators][NFC] Add unit tests
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: unittests/Analysis/CFGBuildResult.h | 69 +++++++++++++++++++++ unittests/Analysis/CFGDominatorTree.cpp | 103 ++++++++++++++++++++++++++++++++ unittests/Analysis/CFGTest.cpp | 52 +--------------- unittests/Analysis/CMakeLists.txt | 1 + 4 files changed, 174 insertions(+), 51 deletions(-) create mode 100644 unittests/Analysis/CFGBuildResult.h create mode 100644 unittests/Analysis/CFGDominatorTree.cpp