This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bb561ec0608 Use a MutableArrayRef. NFC. new dfaebc43c98 [ProfileData, Support] Fix some Clang-tidy modernize-use-us [...]
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: .../llvm/ProfileData/Coverage/CoverageMapping.h | 13 +- include/llvm/ProfileData/InstrProf.h | 16 +- include/llvm/ProfileData/InstrProfReader.h | 22 +-- include/llvm/ProfileData/InstrProfWriter.h | 3 +- include/llvm/ProfileData/SampleProf.h | 13 +- include/llvm/ProfileData/SampleProfReader.h | 8 +- include/llvm/Support/GCOV.h | 18 +- include/llvm/Support/GraphWriter.h | 52 +++--- include/llvm/Support/TargetRegistry.h | 103 ++++++------ include/llvm/Support/YAMLParser.h | 97 +++++------ include/llvm/Support/YAMLTraits.h | 182 +++++++++++---------- lib/ProfileData/Coverage/CoverageMapping.cpp | 7 +- lib/ProfileData/Coverage/CoverageMappingReader.cpp | 16 +- lib/ProfileData/InstrProfReader.cpp | 6 +- lib/ProfileData/InstrProfWriter.cpp | 15 +- lib/Support/GraphWriter.cpp | 19 ++- lib/Support/YAMLParser.cpp | 58 ++++--- lib/Support/YAMLTraits.cpp | 31 ++-- 18 files changed, 369 insertions(+), 310 deletions(-)