[PATCH] D47757: [Sema] Produce diagnostics when unavailable aligned allocation/deallocation functions are called

Justin Lebar via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 25 15:18:07 PDT 2018


jlebar added a comment.

In https://reviews.llvm.org/D47757#1142886, @ahatanak wrote:

> I mean ToT clang (without my patch applied) seems to select the non-sized host version 'T::operator delete(void*)'.


OK, if this is just making an error out of something which previously silently didn't work (and should result in a compile error further down the line when we try to and can't resolve that function), then this is totally fine.


Repository:
  rC Clang

https://reviews.llvm.org/D47757





More information about the cfe-commits mailing list