[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
Thu Jan 5 18:29:36 PST 2023
v1nh1shungry updated this revision to Diff 486729.
v1nh1shungry added a comment.
don't use `auto`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141058/new/
https://reviews.llvm.org/D141058
Files:
clang-tools-extra/clang-tidy/bugprone/ImplicitWideningOfMultiplicationResultCheck.cpp
clang-tools-extra/test/clang-tidy/checkers/bugprone/implicit-widening-of-multiplication-result-array-subscript-expression.cpp
clang-tools-extra/test/clang-tidy/checkers/bugprone/implicit-widening-of-multiplication-result-int.cpp
clang-tools-extra/test/clang-tidy/checkers/bugprone/implicit-widening-of-multiplication-result-pointer-offset.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141058.486729.patch
Type: text/x-patch
Size: 8636 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230106/c832c6e2/attachment.bin>
More information about the cfe-commits
mailing list