[all-commits] [llvm/llvm-project] 2bac59: [Support] avoid u8"" literals in tests, their type...
Sam McCall via All-commits
all-commits at lists.llvm.org
Tue Jan 10 05:00:40 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2bac59bab41fc8f4950b5cb630781cfa5d3a71b8
https://github.com/llvm/llvm-project/commit/2bac59bab41fc8f4950b5cb630781cfa5d3a71b8
Author: Sam McCall <sam.mccall at gmail.com>
Date: 2023-01-10 (Tue, 10 Jan 2023)
Changed paths:
M llvm/unittests/Support/JSONTest.cpp
Log Message:
-----------
[Support] avoid u8"" literals in tests, their type changes in C++20
Just specify the encoded bytes instead, which causes less confusion anyway.
Differential Revision: https://reviews.llvm.org/D141312
More information about the All-commits
mailing list