[clang] [compiler-rt] [llvm] [TySan] User-friendly (C style) pointer type names for error reports (PR #166381)
Benjamin Stott via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 28 04:06:58 PST 2025
BStott6 wrote:
In order to be able to concatenate the pointer asterisks onto the type name without allocating, I have changed `getDisplayName` to `writeDemangledTypeName` which writes the name into a provided buffer. Originally I had changed it to write the name straight to stdout, but this would be incompatible with @gbMattN's PR https://github.com/llvm/llvm-project/pull/169023.
https://github.com/llvm/llvm-project/pull/166381
More information about the llvm-commits
mailing list