[PATCH] D108893: clang-tidy: introduce readability-containter-data-pointer check
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 14 07:38:20 PDT 2021
aaron.ballman added a comment.
In D108893#2999698 <https://reviews.llvm.org/D108893#2999698>, @Eugene.Zelenko wrote:
>> So you'd like to see that extra functionality added now? (I don't think it makes sense to have the check as-is in both `readability` and `modernize`.)
>
> There are plenty <https://clang.llvm.org/extra/clang-tidy/checks/list.html> of other cross-module aliases already.
Those are most often checks shared with coding guidelines or they have configurable differences between the modules. I do not think we commonly share identical checks between modules that are not coding standards.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108893/new/
https://reviews.llvm.org/D108893
More information about the cfe-commits
mailing list