[PATCH] D144347: [clang-tidy] Add readability-forward-usage check
Piotr Zegar via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 3 16:01:25 PDT 2023
PiotrZSL added a comment.
In D144347#4469770 <https://reviews.llvm.org/D144347#4469770>, @ccotter wrote:
> @PiotrZSL - checking back, do you plan to revisit this change soon (I think there are some pending feedback and you planned some changes)? I'd like to see this in change merged in. Let me know if I can help.
I will try to re-visit this change this week. I need to split this check somehow. Probably extract casting between types into separate bugprone check and add some better support for template types.
Give me 2-3 days.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144347/new/
https://reviews.llvm.org/D144347
More information about the cfe-commits
mailing list