PATCH: update RecursiveASTVisitor to visit attributes.

Reid Kleckner rnk at google.com
Fri Dec 27 11:01:13 PST 2013


On Fri, Dec 27, 2013 at 10:50 AM, Delesley Hutchins <delesley at google.com>wrote:

> I notice that we actually have two versions of RecursiveASTVisitor.h;
> the second is in tools/libclang.  There are non-trivial differences
> between the two, and this is a parallel maintenance problem, as the
> two implementations are drifting apart.  What is the rationale for
> having two versions?  Should I update both?  The test code doesn't
> test the second version.


This is http://llvm.org/bugs/show_bug.cgi?id=16351 .

Argyrios, I believe the tooling stuff that broke when you first tried to
make RAV data-recursive is now all in tree.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131227/34f75ad5/attachment.html>


More information about the llvm-commits mailing list