[ADT] Support converting to lowercase string in toHex
authorPetr Hosek <phosek@chromium.org>
Mon, 10 Sep 2018 19:34:44 +0000 (19:34 +0000)
committerPetr Hosek <phosek@chromium.org>
Mon, 10 Sep 2018 19:34:44 +0000 (19:34 +0000)
commit72dc29a8486e991a0c168945624d2943bd0755ed
tree47633a92ae05783add57702cc39caedf8187eb43
parent59b57c39fb77e149e19208b1fe9db79e1b745678
[ADT] Support converting to lowercase string in toHex

This is useful in certain use-cases such as D51833.

Differential Revision: https://reviews.llvm.org/D51835

llvm-svn: 341852
llvm/include/llvm/ADT/StringExtras.h
llvm/unittests/ADT/StringExtrasTest.cpp