[PATCH] D126254: Add support for decoding base64.

Greg Clayton via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 23 17:00:42 PDT 2022


clayborg updated this revision to Diff 431526.
clayborg added a comment.

Don't use -1 as the invalid table value, use 64 to avoid triggering narrowing conversion errors.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D126254/new/

https://reviews.llvm.org/D126254

Files:
  llvm/include/llvm/Support/Base64.h
  llvm/unittests/Support/Base64Test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126254.431526.patch
Type: text/x-patch
Size: 7132 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220524/560ab6c9/attachment.bin>


More information about the llvm-commits mailing list