[all-commits] [llvm/llvm-project] 8b987c: Add support for decoding base64.
Greg Clayton via All-commits
all-commits at lists.llvm.org
Thu Jun 23 16:13:39 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8b987ca5e37ee670dface295bd147b8d6d312084
https://github.com/llvm/llvm-project/commit/8b987ca5e37ee670dface295bd147b8d6d312084
Author: Greg Clayton <gclayton at fb.com>
Date: 2022-06-23 (Thu, 23 Jun 2022)
Changed paths:
M llvm/include/llvm/Support/Base64.h
M llvm/unittests/Support/Base64Test.cpp
Log Message:
-----------
Add support for decoding base64.
An upcoming patch to LLDB will require the ability to decode base64. This patch adds support for decoding base64 and adds tests.
Differential Revision: https://reviews.llvm.org/D126254
More information about the All-commits
mailing list