[Lldb-commits] [PATCH] D116136: [lldb] Add UTF-8 char basic type
Luís Ferreira via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Dec 21 18:40:22 PST 2021
ljmf00 added inline comments.
================
Comment at: lldb/include/lldb/lldb-enumerations.h:750
eBasicTypeUnsignedWChar,
+ eBasicTypeChar8,
eBasicTypeChar16,
----------------
Does the order of the enum matter here? Since this is part of the public API it might break something externally.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116136/new/
https://reviews.llvm.org/D116136
More information about the lldb-commits
mailing list