[PATCH] D64736: [clang-tidy] New bugprone-infinite-loop check for detecting obvious infinite loops
Balogh, Ádám via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 16 05:32:55 PDT 2019
baloghadamsoftware marked 5 inline comments as done.
baloghadamsoftware added a comment.
In D64736#1585484 <https://reviews.llvm.org/D64736#1585484>, @lebedev.ri wrote:
> Thanks for working on this!
> You want to use `clang/Analysis/Analyses/ExprMutationAnalyzer.h`.
> See also: D51870 <https://reviews.llvm.org/D51870>
Thank you for your suggestion. I was not aware of this function. Now I use it and it seems to work perfectly. Sorry, neither was aware of your pending patch for the same functionality.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64736/new/
https://reviews.llvm.org/D64736
More information about the cfe-commits
mailing list