This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ba0893fc83 [clang-format] Make parseUnaryOperator non-recursive, NFCI new c3c8524640 [ASTMatchers] Fix some Clang-tidy modernize and Include What [...]
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/ASTMatchers/ASTMatchers.h | 84 ++++++++++----- include/clang/ASTMatchers/ASTMatchersInternal.h | 131 +++++++++++++++--------- include/clang/ASTMatchers/Dynamic/Parser.h | 31 +++--- include/clang/ASTMatchers/Dynamic/Registry.h | 16 +-- lib/ASTMatchers/ASTMatchersInternal.cpp | 52 +++++++--- lib/ASTMatchers/Dynamic/Marshallers.h | 102 ++++++++++++------ lib/ASTMatchers/Dynamic/Parser.cpp | 43 +++++--- lib/ASTMatchers/Dynamic/Registry.cpp | 48 +++++---- 8 files changed, 327 insertions(+), 180 deletions(-)