This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from f3fae3fc58 Permit redeclarations of a builtin to specify calling convention. new 413415606b [ASTMatchers][OpenMP] Add base ompExecutableDirective() matcher. new b1325381fd [ASTTypeTraits][ASTMatchers][OpenMP] OMPClause handling new 6be9af4d25 [ASTMatchers][OpenMP] OpenMP Structured-block-related matchers new 3de22ecb0f [ASTMatcher] Add clang-query disclaimer to two more matchers [...]
The 4 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 | 136 ++++++++++++ include/clang/AST/ASTTypeTraits.h | 13 ++ include/clang/ASTMatchers/ASTMatchers.h | 167 +++++++++++++++ lib/AST/ASTTypeTraits.cpp | 19 ++ lib/ASTMatchers/ASTMatchersInternal.cpp | 5 + lib/ASTMatchers/Dynamic/Marshallers.h | 23 ++ lib/ASTMatchers/Dynamic/Registry.cpp | 9 + unittests/AST/OMPStructuredBlockTest.cpp | 4 - unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp | 233 +++++++++++++++++++++ unittests/ASTMatchers/ASTMatchersNodeTest.cpp | 62 ++++++ unittests/ASTMatchers/ASTMatchersTest.h | 12 ++ 11 files changed, 679 insertions(+), 4 deletions(-)