This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from bd35f7f017 Reduce AST depth for test deep-ast-tree.cpp for atom new aace2861ee [Tooling] Fix some Clang-tidy modernize and Include What You [...]
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/Tooling/ArgumentsAdjusters.h | 11 +- include/clang/Tooling/CompilationDatabase.h | 19 ++- .../Tooling/CompilationDatabasePluginRegistry.h | 14 +-- include/clang/Tooling/Core/Replacement.h | 32 +++-- include/clang/Tooling/FileMatchTrie.h | 21 ++-- include/clang/Tooling/JSONCompilationDatabase.h | 19 +-- include/clang/Tooling/ToolExecutorPluginRegistry.h | 8 +- include/clang/Tooling/Tooling.h | 83 +++++++------ lib/Tooling/ArgumentsAdjusters.cpp | 7 +- lib/Tooling/CompilationDatabase.cpp | 55 ++++++--- lib/Tooling/Core/Replacement.cpp | 57 ++++++--- lib/Tooling/FileMatchTrie.cpp | 33 ++++-- lib/Tooling/JSONCompilationDatabase.cpp | 86 +++++++------- lib/Tooling/Tooling.cpp | 132 +++++++++++++-------- 14 files changed, 346 insertions(+), 231 deletions(-)