This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3ee59b3 [SLP] Load sorting should not try to sort things that aren't loads. new 01609a3 [DebugInfo] Fix some Clang-tidy modernize and Include What Yo [...]
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/DebugInfo/DIContext.h | 22 +++++++------- .../DebugInfo/DWARF/DWARFAbbreviationDeclaration.h | 34 +++++++++++++-------- .../llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h | 17 ++++++----- include/llvm/DebugInfo/DWARF/DWARFAttribute.h | 20 ++++++------- include/llvm/DebugInfo/DWARF/DWARFCompileUnit.h | 18 ++++++----- include/llvm/DebugInfo/DWARF/DWARFDebugAbbrev.h | 12 ++++---- include/llvm/DebugInfo/DWARF/DWARFDebugArangeSet.h | 13 ++++---- include/llvm/DebugInfo/DWARF/DWARFDebugAranges.h | 14 +++++---- include/llvm/DebugInfo/DWARF/DWARFDebugInfoEntry.h | 35 ++++++++++------------ include/llvm/DebugInfo/DWARF/DWARFDebugLine.h | 33 +++++++++++++------- include/llvm/DebugInfo/DWARF/DWARFDie.h | 30 ++++++++++++------- include/llvm/DebugInfo/DWARF/DWARFFormValue.h | 26 +++++++++++----- .../DWARF/DWARFAbbreviationDeclaration.cpp | 8 ++++- lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp | 12 ++++++-- lib/DebugInfo/DWARF/DWARFDebugAbbrev.cpp | 6 +++- lib/DebugInfo/DWARF/DWARFDebugArangeSet.cpp | 7 +++-- lib/DebugInfo/DWARF/DWARFDebugAranges.cpp | 10 ++++--- lib/DebugInfo/DWARF/DWARFDebugInfoEntry.cpp | 18 +++++------ lib/DebugInfo/DWARF/DWARFDebugLine.cpp | 11 ++++++- lib/DebugInfo/DWARF/DWARFDie.cpp | 29 ++++++++++-------- lib/DebugInfo/DWARF/DWARFFormValue.cpp | 28 +++++++++-------- 21 files changed, 244 insertions(+), 159 deletions(-)