[PATCH] D154325: [analyzer][NFC] Move away from using raw-for loops inside StaticAnalyzer
Balázs Benics via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 3 00:44:59 PDT 2023
steakhal added a comment.
There remained a few more cases using raw-for loops, but those were slightly more tricky to uplift as they either use weird iterators or employ some fancy look-ahead/behind or iterate in parallel over different sequences etc.
I'll also make a measurement to confirm it doesn't change any reports.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154325/new/
https://reviews.llvm.org/D154325
More information about the cfe-commits
mailing list