This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6ac6915cc75 Really fix llvm-rc include-paths.test new 761e543ac73 [Transforms] 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/llvm/Transforms/Utils/CodeExtractor.h | 51 ++++++----- include/llvm/Transforms/Utils/FunctionComparator.h | 25 +++-- include/llvm/Transforms/Utils/PredicateInfo.h | 75 +++++++-------- include/llvm/Transforms/Utils/SSAUpdater.h | 29 +++--- include/llvm/Transforms/Utils/SSAUpdaterImpl.h | 75 ++++++++------- include/llvm/Transforms/Utils/SymbolRewriter.h | 8 +- lib/Transforms/Utils/CodeExtractor.cpp | 68 ++++++++------ lib/Transforms/Utils/FunctionComparator.cpp | 45 +++++++-- lib/Transforms/Utils/PredicateInfo.cpp | 95 +++++++++++-------- lib/Transforms/Utils/SSAUpdater.cpp | 39 ++++---- lib/Transforms/Utils/SymbolRewriter.cpp | 101 ++++++++++++--------- 11 files changed, 361 insertions(+), 250 deletions(-)