[PATCH] D54262: [clang-tidy] Add `delete this` bugprone check (PR38741)
Mateusz Maćkowski via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 19 14:36:23 PST 2018
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
More information about the cfe-commits
mailing list