Unverified Commit 8f68022f authored by huang-me's avatar huang-me Committed by GitHub
Browse files

[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: default avatarBalazs Benics <benicsbalazs@gmail.com>
parent 2582965c
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment