This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e6991d24a15 InferAddressSpaces: Remove redundant assert new c581c4ffc95 [Object] 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/llvm/Object/ELF.h | 68 +++++++------ include/llvm/Object/ELFObjectFile.h | 32 +++--- include/llvm/Object/ELFTypes.h | 166 +++++++++++++++++--------------- include/llvm/Object/IRSymtab.h | 29 ++++-- include/llvm/Object/ModuleSymbolTable.h | 16 +-- include/llvm/Object/StackMapParser.h | 43 ++++----- lib/Object/ELF.cpp | 13 ++- lib/Object/ELFObjectFile.cpp | 21 +++- lib/Object/IRSymtab.cpp | 28 +++++- lib/Object/ModuleSymbolTable.cpp | 32 ++++-- lib/Object/RecordStreamer.cpp | 5 +- lib/Object/RecordStreamer.h | 23 ++++- 12 files changed, 287 insertions(+), 189 deletions(-)