[PATCH] D71001: [Clang-Tidy] New check: bugprone-misplaced-pointer-arithmetic-in-alloc
Eugene Zelenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 4 11:37:25 PST 2019
Eugene.Zelenko added a comment.
In D71001#1769429 <https://reviews.llvm.org/D71001#1769429>, @gribozavr2 wrote:
> In D71001#1769394 <https://reviews.llvm.org/D71001#1769394>, @Eugene.Zelenko wrote:
>
> > With such logic, Clang-tidy is maintenance burden: 368 unaddressed request in Bugzilla is very telling.
>
>
> Doesn't that just prove the point that we already have a problem with too many bugs in existing checkers, and adding more checkers is only going to make the situation worse?
I don't think that adding new check will hurt Clang-tidy. After all author may observe such coding patterns in some code bases. Indeed, it'll be reasonable to run this check on LLVM and other big open source projects.
Repository:
rCTE Clang Tools Extra
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71001/new/
https://reviews.llvm.org/D71001
More information about the cfe-commits
mailing list