[clang] [Clang] Change how the argument of a delete expression is converted (PR #92814)
Mital Ashok via cfe-commits
cfe-commits at lists.llvm.org
Tue May 21 06:51:27 PDT 2024
MitalAshok wrote:
I've also found and fixed a related bug where types were compared with `==` not `hasSameType`, leading to two conversion operators appearing to be different when they are the same and Clang not compiling valid code: https://godbolt.org/z/nY7svGKn8
https://github.com/llvm/llvm-project/pull/92814
More information about the cfe-commits
mailing list