[all-commits] [llvm/llvm-project] f082e5: Avoid u8"" literals in tests, their type changes i...

jensmassberg via All-commits all-commits at lists.llvm.org
Tue Jan 10 06:15:05 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f082e54cefbf6e2ce9795e622d36738be7e71b20
      https://github.com/llvm/llvm-project/commit/f082e54cefbf6e2ce9795e622d36738be7e71b20
  Author: Jens Massberg <massberg at google.com>
  Date:   2023-01-10 (Tue, 10 Jan 2023)

  Changed paths:
    M llvm/unittests/Support/DJBTest.cpp

  Log Message:
  -----------
  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/D141368




More information about the All-commits mailing list