zebullax wrote: > I'm not familiar with sanitizers. Just to confirm: Is this type information > only used by ubsan?
yep (as far as i can see), this is ubsan own `typedescriptor` and then only consumers are ubsan runtime handlers. This _should_ only impact what ubsan prints when a check fires, but do lmk if I got it wrong. https://github.com/llvm/llvm-project/pull/216460 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
