Re: [cfe-users] misc-new-delete-overloads

2018-12-28 Thread Jonas Toth via cfe-users
Hey Tom, thank you for reporting this issue! Tt looks like the check is confusing these overloads somehow. Looking through the code it could be, that the second version is considered as placement-overload which are ignored, but that is just a guess. Are you by any chance compiling with C++17? It

[cfe-users] misc-new-delete-overloads

2018-12-24 Thread Tom Hulton-Harrop via cfe-users
Hi there, Apologies if this is the wrong place to ask about this - if it is I'd be very grateful if you'd point me in the right direction :) I'm seeing the clang-tidy warning 'misc-new-delete-overloads' when using the two parameter version of class member delete, however when using the single par