[PATCH] D102273: [analyzer] LoopUnrolling: fix crash when a loop counter is captured in a lambda by reference

Balázs Benics via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 12 04:52:24 PDT 2021


steakhal added a comment.

By checking the line coverage of the `LoopUnrolling.cpp` test file, looks like all lines are covered you touched.

There are only two return statements uncovered though: L200, L251.
We should consider extending this test file to cover them as well in a follow-up patch.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102273



More information about the cfe-commits mailing list