This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2848ebe Fix signed / unsigned comparison warning. new ca95334 [DebugInfo] Fix some Include What You Use warnings; other min [...] new 22de43b Move constexpr arrays out of class definition.
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/DebugInfo/DWARF/DWARFContext.h | 18 ++++++-- include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h | 14 +++--- include/llvm/DebugInfo/DWARF/DWARFDebugLoc.h | 14 ++++-- include/llvm/DebugInfo/DWARF/DWARFDebugMacro.h | 3 +- include/llvm/DebugInfo/DWARF/DWARFDebugPubTable.h | 18 ++++---- include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h | 16 +++++-- include/llvm/DebugInfo/DWARF/DWARFGdbIndex.h | 20 +++++--- include/llvm/DebugInfo/DWARF/DWARFRelocMap.h | 15 +++--- include/llvm/DebugInfo/DWARF/DWARFSection.h | 12 ++--- include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h | 23 +++++++--- include/llvm/DebugInfo/DWARF/DWARFUnit.h | 53 +++++++++++++++------- include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h | 25 ++++++---- lib/DebugInfo/DWARF/DWARFContext.cpp | 42 +++++++++++++---- lib/DebugInfo/DWARF/DWARFDebugFrame.cpp | 23 +++++----- lib/DebugInfo/DWARF/DWARFDebugLoc.cpp | 14 ++++-- lib/DebugInfo/DWARF/DWARFDebugMacro.cpp | 6 +-- lib/DebugInfo/DWARF/DWARFDebugPubTable.cpp | 10 ++-- lib/DebugInfo/DWARF/DWARFDebugRangeList.cpp | 5 +- lib/DebugInfo/DWARF/DWARFGdbIndex.cpp | 12 +++-- lib/DebugInfo/DWARF/DWARFTypeUnit.cpp | 9 ++-- lib/DebugInfo/DWARF/DWARFUnit.cpp | 24 +++++----- lib/DebugInfo/DWARF/DWARFUnitIndex.cpp | 14 ++++-- lib/DebugInfo/DWARF/SyntaxHighlighting.cpp | 18 ++++---- lib/DebugInfo/DWARF/SyntaxHighlighting.h | 25 +++++----- unittests/DebugInfo/PDB/BinaryStreamTest.cpp | 7 +-- 25 files changed, 280 insertions(+), 160 deletions(-)