This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ed70dc4de2b [AArch64] Fix use of a regex in the win-alloca.ll test. NFC. new 01d72e5767f [Support] Move syntax highlighting into support
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/Support/WithColor.h | 24 +++----- lib/DebugInfo/DWARF/CMakeLists.txt | 1 - lib/DebugInfo/DWARF/DWARFDebugMacro.cpp | 5 +- lib/DebugInfo/DWARF/DWARFDie.cpp | 19 ++++--- lib/DebugInfo/DWARF/DWARFFormValue.cpp | 12 ++-- lib/DebugInfo/DWARF/DWARFVerifier.cpp | 11 ++-- lib/DebugInfo/DWARF/SyntaxHighlighting.cpp | 49 ---------------- lib/Support/CMakeLists.txt | 1 + lib/Support/WithColor.cpp | 65 ++++++++++++++++++++++ 9 files changed, 98 insertions(+), 89 deletions(-) rename lib/DebugInfo/DWARF/SyntaxHighlighting.h => include/llvm/Support/WithColor.h (62%) delete mode 100644 lib/DebugInfo/DWARF/SyntaxHighlighting.cpp create mode 100644 lib/Support/WithColor.cpp