This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8d9cfad6aa0 Try to fix uninitialized read in unit test. new 4b199ee3077 Mark LLVMTestingSupport as not installed in LLVMBuild. new f1934002e0f [IR] Fix some Clang-tidy modernize-use-using warnings; othe [...]
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/IR/Attributes.h | 7 +- include/llvm/IR/BasicBlock.h | 12 ++-- include/llvm/IR/ConstantRange.h | 9 ++- include/llvm/IR/DerivedUser.h | 12 ++-- include/llvm/IR/Metadata.h | 63 +++++++++------- include/llvm/IR/Value.h | 7 +- lib/IR/AsmWriter.cpp | 147 +++++++++++++++++++++++-------------- lib/IR/AttributeImpl.h | 5 +- lib/IR/ConstantRange.cpp | 13 +++- lib/IR/LLVMContextImpl.cpp | 30 +++----- lib/IR/LLVMContextImpl.h | 148 +++++++++++++++++++++++++++----------- lib/IR/Metadata.cpp | 14 ++-- lib/Testing/Support/LLVMBuild.txt | 1 + 13 files changed, 301 insertions(+), 167 deletions(-)