[PATCH] D82089: [clang-tidy] modernize-loop-convert reverse iteration support

Nathan James via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 18 15:21:58 PDT 2020


njames93 added a comment.

In D82089#2100802 <https://reviews.llvm.org/D82089#2100802>, @Eugene.Zelenko wrote:

> It'll be interesting to run improved check over LLVM code base.


I haven't tried running it over llvm, but I have had success using it with clangd in my editor, every loop I've tried seems to work a charm.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82089





More information about the cfe-commits mailing list