[clang-tools-extra] [clang-tidy] Fix modernize-use-using wrongly modifies typedef of parenthesized functions (PR #176565)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 20 03:48:12 PST 2026
zeyi2 wrote:
> I think a rewrite of the matcher to typeLocs would be best, but that is a lot more work. Maybe it can help you in #174104?
Thanks for the review and the detailed suggestion :)
To avoid delaying this specific fix, I'd like to proceed with merging the current PR first. I'll keep your suggestion in mind and look into implementing the more precise TypeLoc based fix when I have more dedicated time for the refactoring/fixing. Thanks again for the code snippet!
https://github.com/llvm/llvm-project/pull/176565
More information about the cfe-commits
mailing list