[PATCH] D64740: Use the ConvertUTF.cpp from breakpad which is under a compatible licenseAnd reintegrate our custom changes

Sylvestre Ledru via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 15 06:50:44 PDT 2019


sylvestre.ledru created this revision.
Herald added subscribers: llvm-commits, kristina.
Herald added a project: LLVM.

It breaks the following tests

  LLVM-Unit :: Support/./SupportTests/ConvertUTFTest.ConvertUTF8toWide
  LLVM-Unit :: Support/./SupportTests/ConvertUTFTest.UTF8ToUTF32Lenient
  LLVM-Unit :: Support/./SupportTests/ConvertUTFTest.UTF8ToUTF32PartialLenient
  LLVM-Unit :: Support/./SupportTests/ConvertUTFTest.convertWideToUTF8
  LLVM-Unit :: Support/./SupportTests/JSONTest.UTF8

but only these (making me wonder if these tests are interesting or not)


Repository:
  rL LLVM

https://reviews.llvm.org/D64740

Files:
  include/llvm/Support/ConvertUTF.h
  lib/Support/ConvertUTF.cpp
  lib/Support/ConvertUTFWrapper.cpp
  unittests/Support/ConvertUTFTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64740.209848.patch
Type: text/x-patch
Size: 61794 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190715/a498d6f3/attachment-0001.bin>


More information about the llvm-commits mailing list