Introduce a recursive AST visitor that makes it trivial to recursively
walk an entire AST, including all of the types, declarations, statements, and expressions, and allowing one to easily override the behavior of the walk at any particular node kind. llvm-svn: 103308
Loading
Please register or sign in to comment