[PATCH] D128401: [clang-tidy] Fixing a bug raising false alarms on static local variables in the Infinite Loop Checker
Ziqing Luo via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 24 15:11:23 PDT 2022
ziqingluo-90 updated this revision to Diff 439903.
ziqingluo-90 added a comment.
I missed the part of coding standard about the usage of `auto`. Now change to conform to it.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128401/new/
https://reviews.llvm.org/D128401
Files:
clang-tools-extra/clang-tidy/bugprone/InfiniteLoopCheck.cpp
clang-tools-extra/test/clang-tidy/checkers/bugprone/infinite-loop.cpp
clang-tools-extra/test/clang-tidy/checkers/bugprone/infinite-loop.mm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128401.439903.patch
Type: text/x-patch
Size: 7260 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220624/4e0c007a/attachment-0001.bin>
More information about the cfe-commits
mailing list