[PATCH] D141058: [clang-tidy] fix wrong fixup for bugprone-implicit-widening-of-multiplication-result
Vincent Hong via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 9 05:21:13 PST 2023
v1nh1shungry added a comment.
> There is a method QualType::getSingleStepDesugaredType() which may get size_t
Just did a quick test, and it doesn't work like this. So I can only get the fully desugared type for now. Sorry :(
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141058/new/
https://reviews.llvm.org/D141058
More information about the cfe-commits
mailing list