[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:07:37 PDT 2021
aaron.ballman added a comment.
In D108893#2999645 <https://reviews.llvm.org/D108893#2999645>, @Eugene.Zelenko wrote:
> What about adding `modernize`/`bugprone` aliases?
I'd be fine if we wanted to add aliases, but I'd sort of expect some extra functionality out of a check in those modules. I think it's fine to land this now, and we can add aliases in a follow-up. WDYT?
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