Skip to content
Commit 9682be18 authored by Ted Kremenek's avatar Ted Kremenek
Browse files

Fixed bug in CFG construction when processing switch statements that contain no

"default" case. In such cases, we now correctly add the CFGBlock representing
the code after the switch statement as a successor to the block terminated by
the switch statement.

llvm-svn: 47087
parent 8b4fa9dc
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment