[PATCH] D102273: [analyzer] LoopUnrolling: fix crash when a loop counter is captured in a lambda by reference
Artem Dergachev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 18 11:11:46 PDT 2021
NoQ added a comment.
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?
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