Go to file
Ted Kremenek 14f0d1a85a 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
2007-08-30 16:50:46 +00:00
clang Fixed bug for CaseStmt where the child_begin/child_end methods were not 2007-08-30 16:50:46 +00:00
llvm Do not run on darwin. 2007-08-30 16:07:20 +00:00