This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3e9ce61 [pdb] Add the ability to resolve TypeServer PDBs. new b1df787 [IR] Fix some Clang-tidy modernize and Include What You Use w [...]
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/IR/Attributes.h | 51 +++++++++++++++------------- include/llvm/IR/Comdat.h | 6 ++-- include/llvm/IR/InlineAsm.h | 24 +++++++------ include/llvm/IR/Metadata.h | 13 ++++--- include/llvm/IR/SymbolTableListTraits.h | 28 ++++++++------- include/llvm/IR/TrackingMDRef.h | 17 +++++++--- include/llvm/IR/TypeFinder.h | 14 ++++---- include/llvm/IR/UseListOrder.h | 7 ++-- include/llvm/IR/ValueSymbolTable.h | 45 ++++++++++++++----------- lib/IR/Attributes.cpp | 60 +++++++++++++++++++++------------ lib/IR/Comdat.cpp | 8 +++-- lib/IR/InlineAsm.cpp | 49 +++++++++++++-------------- lib/IR/Metadata.cpp | 39 ++++++++++++++++++--- lib/IR/TypeFinder.cpp | 13 +++++-- lib/IR/ValueSymbolTable.cpp | 5 +-- 15 files changed, 228 insertions(+), 151 deletions(-)