[PATCH] D108893: clang-tidy: introduce readability-containter-data-pointer check
Whisperity via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 9 06:42:48 PST 2021
whisperity added a comment.
In D108893#3111674 <https://reviews.llvm.org/D108893#3111674>, @steakhal wrote:
> It seems like the checker is documented as `readability-data-pointer` but in the tests it reports issues under the `readability-container-data-pointer` name.
> Shouldn't they be the same? I think it will confuse the users.
> @aaron.ballman @whisperity @compnerd
Sounds like a typo or an intermittent rebase or rename missing something. Definitely should be consistent.
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