This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3c29a5e3d57 Fix comment /NFC new 89688ce1806 [Analysis] 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/Analysis/PtrUseVisitor.h | 31 +++- include/llvm/Analysis/ScalarEvolution.h | 158 +++++++++-------- include/llvm/Analysis/ScalarEvolutionExpressions.h | 63 ++++--- include/llvm/Analysis/ScopedNoAliasAA.h | 21 ++- include/llvm/Analysis/SparsePropagation.h | 31 ++-- include/llvm/Analysis/TypeBasedAliasAnalysis.h | 20 ++- lib/Analysis/PtrUseVisitor.cpp | 6 +- lib/Analysis/ScalarEvolution.cpp | 187 ++++++++++++--------- lib/Analysis/ScopedNoAliasAA.cpp | 14 +- lib/Analysis/SparsePropagation.cpp | 18 +- lib/Analysis/TypeBasedAliasAnalysis.cpp | 35 ++-- 11 files changed, 334 insertions(+), 250 deletions(-)