[all-commits] [llvm/llvm-project] ea9ac3: An upcoming patch to LLDB will require the ability...
Greg Clayton via All-commits
all-commits at lists.llvm.org
Tue Aug 30 15:52:27 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ea9ac3519c13ee702e5d55a0eb570caf67a21999
https://github.com/llvm/llvm-project/commit/ea9ac3519c13ee702e5d55a0eb570caf67a21999
Author: Greg Clayton <gclayton at fb.com>
Date: 2022-08-30 (Tue, 30 Aug 2022)
Changed paths:
M llvm/include/llvm/Support/Base64.h
A llvm/lib/Support/Base64.cpp
M llvm/lib/Support/CMakeLists.txt
M llvm/unittests/Support/Base64Test.cpp
Log Message:
-----------
An upcoming patch to LLDB will require the ability to decode base64. This patch adds support for decoding base64 and adds tests.
Resubmission of https://reviews.llvm.org/D126254 with where decodeBase64Byte is no longer a lambda but a static function. Some compilers have different errors or warnings with respect to what needs to be captured and what doesn't (see comments in https://reviews.llvm.org/D126254 for details).
Differential Revision: https://reviews.llvm.org/D128560
More information about the All-commits
mailing list