Files
clang-p2996/clang/test/Analysis/loop-unrolling.cpp
huang-me 8f68022f8e [clang][analyzer] Fix crash in loop unrolling (#82089)
StaticAnalyzer didn't check if the variable is declared in
`CompoundStmt` under `SwitchStmt`, which make static analyzer reach root
without finding the declaration.

Fixes #68819

---------

Co-authored-by: Balazs Benics <benicsbalazs@gmail.com>
2024-03-14 09:16:40 +01:00

13 KiB