[PATCH] D54262: [clang-tidy] Add `delete this` bugprone check (PR38741)

Jonas Toth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 20 01:30:14 PST 2018


JonasToth added a comment.

Ok, Thank you for looking into it. You can abondon the revision in
phabricator (Selection above comment field at the bottom of the page) if
you wish.

Am 19.11.18 um 23:36 schrieb Mateusz Maćkowski via Phabricator:

> m4tx added a comment.
> 
> After thinking about the possible use cases (and the difficulty of implementing heuristics for them) as well as fiddling with Clang Static Analyzer it seems that this patch can be discarded as the Analyzer already handles `delete this` pretty well. I've posted an update to the Bugzilla ticket.
> 
> Repository:
> 
>   rCTE Clang Tools Extra
> 
> https://reviews.llvm.org/D54262


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D54262





More information about the cfe-commits mailing list