[PATCH] D72217: [clang-tidy] Added readability-qualified-auto check
Roman Lebedev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Jan 4 23:12:33 PST 2020
lebedev.ri added a comment.
Oh, thank you for working on this one, i've always missed this particular check.
Given that there's finally progress on const-correctness check,
should this only handle adding `*`/`&`, and leave `const` alone?
In D72217#1804628 <https://reviews.llvm.org/D72217#1804628>, @Eugene.Zelenko wrote:
> May be check belong to LLVM module?
I wouldn't say this is really llvm-specific.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72217/new/
https://reviews.llvm.org/D72217
More information about the cfe-commits
mailing list