This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 5ef8aefaba [StaticAnalyzer] Fix false positives for unreachable code in [...] new 81937d827d Unify and simplify the behavior of the hasDeclaration matcher.
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: docs/LibASTMatchersReference.html | 27 +++++ docs/ReleaseNotes.rst | 27 ++++- include/clang/ASTMatchers/ASTMatchers.h | 32 ++++++ include/clang/ASTMatchers/ASTMatchersInternal.h | 117 ++++++++++++++------- unittests/AST/ASTImporterTest.cpp | 42 +++----- unittests/ASTMatchers/ASTMatchersTraversalTest.cpp | 35 +++++- 6 files changed, 212 insertions(+), 68 deletions(-)