[PATCH] D108893: clang-tidy: introduce readability-containter-data-pointer check

Whisperity via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 10 01:26:56 PST 2021


whisperity added a comment.

In D108893#3118389 <https://reviews.llvm.org/D108893#3118389>, @whisperity wrote:

> 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.
>
> Sounds like a typo or an intermittent rebase or rename missing something. Definitely should be consistent.

@steakhal Fixed in rG164ee457a04daf727ead99b43ad490ea05523652 <https://reviews.llvm.org/rG164ee457a04daf727ead99b43ad490ea05523652>.


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