[PATCH] D72235: [clang-tidy] new altera unroll loops check

Eugene Zelenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 5 16:41:00 PST 2021


Eugene.Zelenko added inline comments.


================
Comment at: clang-tools-extra/docs/clang-tidy/checks/altera-unroll-loops.rst:15
+
+- This check is unable to determine the number of iterations in a `while` or
+  `do..while` loop; hence if such a loop is fully unrolled, a note is emitted
----------------
Please use double back-ticks for language constructs. Same in rest of note text.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72235/new/

https://reviews.llvm.org/D72235



More information about the cfe-commits mailing list