[clang] -fsanitize=function: fix MSVC hashing to sugared type (PR #66816)

Matheus Izvekov via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 2 10:27:19 PDT 2023


mizvekov wrote:

Yep, it's a regression from 16. This bug makes ubsan unusable for MSVC target in real world projects.

We could alternatively backport just the canonicalization, but not the rename, if that makes it better.

https://github.com/llvm/llvm-project/pull/66816


More information about the cfe-commits mailing list