[PATCH] D40937: [clang-tidy] Infinite loop checker

Eugene Zelenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 6 18:25:02 PST 2017


Eugene.Zelenko added a comment.

Does it really belong to Clang-tidy or Clang Analyzer is better place because of path-ensitivity?

Please rebase from trunk.

General note: CLang-tidy use //check// in terminology, not //checker//.



================
Comment at: docs/ReleaseNotes.rst:63
+
+  The checker aims to find loops where none of the
+  condition variables are updated in the body.
----------------
Just //Finds// instead of //The checker aims to find//. Please also align on 80 symbols per line. Same in documentation.


https://reviews.llvm.org/D40937





More information about the cfe-commits mailing list