[PATCH] D64736: [clang-tidy] New bugprone-infinite-loop check for detecting obvious infinite loops
Roman Lebedev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 15 06:34:51 PDT 2019
lebedev.ri requested changes to this revision.
lebedev.ri added a comment.
This revision now requires changes to proceed.
Thanks for working on this!
You want to use `clang/Analysis/Analyses/ExprMutationAnalyzer.h`.
See also: D51870 <https://reviews.llvm.org/D51870>
Repository:
rCTE Clang Tools Extra
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64736/new/
https://reviews.llvm.org/D64736
More information about the cfe-commits
mailing list