This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 649efd2923 [OpenMP] Fix tests after r318789 new 125689b7aa [AST] Fix some Clang-tidy modernize and Include What You Use [...]
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/AST/DeclarationName.h | 137 +++++++++++++++++++------------- include/clang/AST/NestedNameSpecifier.h | 58 +++++++------- include/clang/AST/StmtIterator.h | 60 +++++++------- include/clang/AST/TemplateBase.h | 76 +++++++++++------- include/clang/AST/TemplateName.h | 65 ++++++++------- include/clang/AST/UnresolvedSet.h | 20 +++-- lib/AST/DeclarationName.cpp | 27 ++++++- lib/AST/NestedNameSpecifier.cpp | 114 +++++++++++++------------- lib/AST/StmtIterator.cpp | 17 ++-- lib/AST/TemplateBase.cpp | 24 ++++-- lib/AST/TemplateName.cpp | 15 +++- 11 files changed, 364 insertions(+), 249 deletions(-)