Commits

Chris Lattner committed 672801980d3
enhance ASTVisitor for expressions to automatically synthesize visit methods for nodes that are not handled by a visitor. Make their implementation chain up to a parent node's implementation. For example, a (silly) visitor could choose to just implement visitExpr and get all nodes. Swift SVN r1194