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

Fixed bug for CaseStmt where the child_begin/child_end methods were not

including the expressions in the case statement itself (not the body of
the case).

This required moving SubStmt out of SwitchCase into CaseStmt and DefaultStmt
respectively.  getSubStmt() now is a virtual call for SwitchCase, but is
a direct (static) call for CaseStmt and DefaultStmt.

llvm-svn: 41609
parent ffb806cf
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