| commit | c46d39b9e80e89d5b2200b884d79279a82793791 | [log] [tgz] |
|---|---|---|
| author | Jonas Devlieghere <jonas@devlieghere.com> | Wed Aug 21 21:30:55 2019 +0000 |
| committer | Jonas Devlieghere <jonas@devlieghere.com> | Wed Aug 21 21:30:55 2019 +0000 |
| tree | 8dc94e74e286e5b5447cd62bf32802632148dd43 | |
| parent | 81faa5e6a26cc1b92301438a8e8ec8ce6bf5e574 [diff] |
Add char8_t support (C++20) This patch adds support for the char8_t type introduced in C++20 char8_t. The original patch was submitted by James Blachly on the LLDB mailing list [1]. I modified the patch a bit and added a test. [1] http://lists.llvm.org/pipermail/lldb-dev/2019-August/015393.html Differential revision: https://reviews.llvm.org/D66447 llvm-svn: 369582