[PATCH] D39121: [clang-tidy] Misplaced Operator in Strlen in Alloc
Balogh, Ádám via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 25 02:21:15 PDT 2017
baloghadamsoftware added a comment.
In https://reviews.llvm.org/D39121#902145, @Eugene.Zelenko wrote:
> Same mistake could be made with new[] operator.
Yes! However, it seems that I need a new matcher for it so I would do it in a follow-up patch.
https://reviews.llvm.org/D39121
More information about the cfe-commits
mailing list