[Lldb-commits] [clang] [clang-tools-extra] [lldb] Reland: [clang] preserve class type sugar when taking pointer to member (PR #132401)
Matheus Izvekov via lldb-commits
lldb-commits at lists.llvm.org
Mon Apr 14 12:42:00 PDT 2025
mizvekov wrote:
Could it be you are hitting an overflow/wrap around perhaps?
Some of these nodes store the unsignedOrNone representation in a bitfield, but that's still 15 bits.
https://github.com/llvm/llvm-project/pull/132401
More information about the lldb-commits
mailing list