[PATCH] D40937: [clang-tidy] Infinite loop checker
Eugene Zelenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 7 08:02:03 PST 2017
Eugene.Zelenko added inline comments.
================
Comment at: docs/clang-tidy/checks/misc-infinite-loop.rst:6
+
+The check finds loops where none of the condition variables are updated in the
+body. This performs a very conservative check in order to avoid false positives
----------------
Please synchronize with release notes.
https://reviews.llvm.org/D40937
More information about the cfe-commits
mailing list