zygoloid wrote:

Hm, the issue raised in #118800 is relevant here too, isn't it? If the 
destructor is virtual, we want to look at its exception specification, not the 
one on the destroying operator delete, because `delete p` actually invokes the 
virtual deleting destructor, not the statically selected deallocation function.

Maybe it's best to handle that in #118800, but I think it basically means the 
changes we made here aren't right :(

https://github.com/llvm/llvm-project/pull/118687
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to