[PATCH] D140760: [clang-tidy] Support begin/end free functions in modernize-loop-convert

Piotr Zegar via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 27 12:33:16 PST 2023


PiotrZSL added a comment.

consider adding testcase like this:

  for (auto I = Obj.begin(5), E = obj.end(5); I != E; ++I) {
    ...
  }


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140760



More information about the cfe-commits mailing list