This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9652e72 [CMake] Fix USE_LLVM_SANITIZER configuration for out-of-tree builds. new e22b221 [PowerPC] Fix some Include What You Use warnings; other minor [...] new f31871c [MC] Fix some Clang-tidy modernize and Include What You Use w [...]
The 2 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/MC/ConstantPools.h | 10 ++++-- include/llvm/MC/MCAssembler.h | 59 ++++++++++++++++----------------- include/llvm/MC/MCELFObjectWriter.h | 25 +++++++------- include/llvm/MC/MCELFStreamer.h | 17 ++++------ include/llvm/MC/MCExpr.h | 39 ++++++++++++++++++---- include/llvm/MC/MCFragment.h | 32 +++++++++--------- include/llvm/MC/MCMachObjectWriter.h | 15 +++++---- include/llvm/MC/MCParser/MCAsmParser.h | 37 +++++++++++---------- include/llvm/MC/MCStreamer.h | 26 +++++++++------ include/llvm/MC/MCWinCOFFObjectWriter.h | 11 +++--- include/llvm/MC/MCWinCOFFStreamer.h | 8 ++--- lib/MC/ConstantPools.cpp | 7 ++-- lib/MC/MCAssembler.cpp | 34 +++++++++++++------ lib/MC/MCELFObjectTargetWriter.cpp | 3 -- lib/MC/MCELFStreamer.cpp | 38 ++++++++++----------- lib/MC/MCExpr.cpp | 15 ++++++--- lib/MC/MCFragment.cpp | 31 ++++++++--------- lib/MC/MCMachOStreamer.cpp | 23 ++++++++++--- lib/MC/MCParser/ELFAsmParser.cpp | 25 ++++++++++---- lib/MC/MCParser/MCAsmParser.cpp | 16 ++++----- lib/MC/MCStreamer.cpp | 20 +++++++---- lib/MC/MachObjectWriter.cpp | 17 ++++++++-- lib/MC/WinCOFFObjectWriter.cpp | 59 +++++++++++++++++++-------------- lib/MC/WinCOFFStreamer.cpp | 22 ++++++------ lib/Target/PowerPC/PPCTargetStreamer.h | 14 ++++++-- 25 files changed, 358 insertions(+), 245 deletions(-)