This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from f339de4 Recommit r274348 and r274349. The Windows failures should be fixed. new 740b6bb CFGBuilder: Fix crash when visiting a range-based for over a [...] new f85b114 [ASTMatchers] Add missing forEachArgumentWithParam() to code sample
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/ASTMatchers/ASTMatchers.h | 7 ++-- lib/Analysis/CFG.cpp | 2 ++ unittests/Analysis/CFGTest.cpp | 58 +++++++++++++++++++++++++++++++++ unittests/Analysis/CMakeLists.txt | 13 ++++++++ unittests/CMakeLists.txt | 1 + 5 files changed, 79 insertions(+), 2 deletions(-) create mode 100644 unittests/Analysis/CFGTest.cpp create mode 100644 unittests/Analysis/CMakeLists.txt