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

Add 'filtered_pred_iterator' and 'filtered_succ_iterator' to CFGBlock. This allows a client

to selectively walk successors/predecessors based on commonly used filters.  For starters, add
a filter to ignore 'default:' cases for SwitchStmts when all enum values are covered by CaseStmts.

llvm-svn: 113449
parent fd525ef3
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