[all-commits] [llvm/llvm-project] c34606: Add UTF32 to/from UTF8 conversion functions
Marcus Johnson via All-commits
all-commits at lists.llvm.org
Tue Mar 22 10:43:34 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c3460689288abc98c91d8d6bffa74be9eb16c74d
https://github.com/llvm/llvm-project/commit/c3460689288abc98c91d8d6bffa74be9eb16c74d
Author: Marcus Johnson <MarcusLJohnson1991 at gmail.com>
Date: 2022-03-22 (Tue, 22 Mar 2022)
Changed paths:
M llvm/include/llvm/Support/ConvertUTF.h
M llvm/lib/Support/ConvertUTFWrapper.cpp
M llvm/unittests/Support/ConvertUTFTest.cpp
Log Message:
-----------
Add UTF32 to/from UTF8 conversion functions
This is anticipated to be used in new format specifier checking code.
More information about the All-commits
mailing list