[Lldb-commits] [PATCH] D66447: Add char8_t support (C++20)
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Aug 19 15:13:36 PDT 2019
JDevlieghere created this revision.
JDevlieghere added a reviewer: LLDB.
Herald added a subscriber: teemperor.
Herald added a project: LLDB.
This patch adds support for C++20 char8_t, as well as dlang's char/wchar/dchar types.
Original patch by James Blachly, modified by me.
Repository:
rLLDB LLDB
https://reviews.llvm.org/D66447
Files:
lldb/include/lldb/lldb-enumerations.h
lldb/packages/Python/lldbsuite/test/lang/cpp/char8_t/Makefile
lldb/packages/Python/lldbsuite/test/lang/cpp/char8_t/TestCxxChar8_t.py
lldb/packages/Python/lldbsuite/test/lang/cpp/char8_t/main.cpp
lldb/source/Commands/CommandObjectMemory.cpp
lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
lldb/source/Plugins/Language/CPlusPlus/CxxStringTypes.cpp
lldb/source/Plugins/Language/CPlusPlus/CxxStringTypes.h
lldb/source/Symbol/ClangASTContext.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66447.216002.patch
Type: text/x-patch
Size: 9721 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190819/a3c62c7a/attachment-0001.bin>
More information about the lldb-commits
mailing list