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

Abbas Sabra via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 20 03:11:25 PDT 2021


AbbasSabra added a comment.
Herald added a subscriber: manas.

In D102273#2766531 <https://reviews.llvm.org/D102273#2766531>, @NoQ wrote:

> I've just been patching up clang-tidy's infinite loop checker and the problem sounds soooo similar. Maybe we should move clang-tidy's alias analysis into `libAnalysis` and re-use it?

I'm not familiar with clang-tidy's alias analysis. Do you think it should be part of this patch? or a follow-up one?


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