https://bugs.llvm.org/show_bug.cgi?id=52324
Bug ID: 52324
Summary: Add support for custom char8_t types with different
name
Product: lldb
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: lldb-dev@lists.llvm.org
Reporter: cont...@lsferreira.net
CC: jdevliegh...@apple.com, llvm-b...@lists.llvm.org
Currently for UTF-16 and UTF-32 types that are recognized by the DWARF encoding
tags without `char16_t` and `char32_t` names respectively are recognized, but
other names different than `char8_t` are not. To support the same behaviour of
the previous encodings, DWARF encoding tags should be taken to consideration
before fallback into the type name.
Clang TypeSystem recognizes BuiltinType::Char8 when the encoding attribute is
present but eFormatUnicode8 format is not returned in that situation, but it
should.
A patch was submitted to fix this issue: https://reviews.llvm.org/D112564
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev