[PATCH] D128560: An upcoming patch to LLDB will require the ability to decode base64. This patch adds support for decoding base64 and adds tests.
Greg Clayton via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 24 15:11:24 PDT 2022
clayborg created this revision.
clayborg added reviewers: aprantl, serge-sans-paille.
Herald added a project: All.
clayborg requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
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).
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D128560
Files:
llvm/include/llvm/Support/Base64.h
llvm/unittests/Support/Base64Test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128560.439905.patch
Type: text/x-patch
Size: 7984 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220624/01d7c8ab/attachment.bin>
More information about the llvm-commits
mailing list