Files
clang-p2996/clang/test/CodeGenCXX/ptrauth-member-function-pointer.cpp
Akira Hatanaka 485c80e118 [PAC] Ignore noexcept on function type when computing discriminator of member function pointers (#109056)
This fixes a bug where a member function pointer signed using a function type with noexcept as the discriminator was being authenticated using a function type without noexcept.

Fixes https://github.com/llvm/llvm-project/issues/106487.
2025-01-21 09:03:50 -08:00

25 KiB