[PATCH] D119103: [NFC][Analyzer] Use range based for loop.

Jun Zhang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Feb 6 23:40:23 PST 2022


junaire added a comment.

In D119103#3300037 <https://reviews.llvm.org/D119103#3300037>, @steakhal wrote:

> Hmm, I guess you must take it by mutable reference since you push it to `LocalTUDecls`.
> Thanks for the patch. Do you have push permissions? Otherwise, send me your `name <email>` to let me commit this on your behalf.

Thanks for the feedback! I have commit access so I can push it on my own. :^)

> Do you plan to clean up other loops as well?

I'm a student and I'm learning clang static analyzer so I may send more patches. (of course including cleaning up work like this one)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119103



More information about the cfe-commits mailing list