[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 07:49:11 PST 2019
Eugene.Zelenko added a comment.
> ASan can help debug this issue, and more.
This is dynamic analysis, and detection of problem depends on test case. Detection of such problem during static analysis makes sense.
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