[PATCH] D126254: Add support for decoding base64.
serge via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 25 02:04:44 PDT 2022
serge-sans-paille added inline comments.
================
Comment at: llvm/include/llvm/Support/Base64.h:69
+ 52, 53, 54, 55, 56, 57, 58, 59, // 01234567
+ 60, 61, Inv, Inv, Inv, 0, Inv, Inv, // 89...=..
+ Inv, 0, 1, 2, 3, 4, 5, 6, // .ABCDEFG
----------------
Would that make sens to set `'='` as `Inv` here? That would prevent you from the initial find
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126254/new/
https://reviews.llvm.org/D126254
More information about the llvm-commits
mailing list