Re: [lldb-dev] [patch] char8_t support (plus dlang UTF8/16/32)

2019-08-19 Thread Jonas Devlieghere via lldb-dev
Hi James, Thanks for working on this. I've opened a code review for your patch: https://reviews.llvm.org/D66447 I've had to make some modification for it to compile and added a test. Cheers, Jonas On Sun, Aug 18, 2019 at 6:34 PM James Blachly via lldb-dev wrote: > > Dear LLDB developers: > > I

[lldb-dev] [patch] char8_t support (plus dlang UTF8/16/32)

2019-08-18 Thread James Blachly via lldb-dev
Dear LLDB developers: I have added support for C++20 char8_t, as well as support for dlang's char/wchar/dchar types. As I am not a professional developer, and the submission-review-merge process for LLVM projects seems somewhat byzantine, I wanted to offer this up on the list in the hopes that