[cfe-dev] RecursiveASTVisitor not traversing implicit ParmVarDecl's in class instantiation methods?

Joshua Naismith fakju666 at o2.pl
Tue Sep 17 13:31:24 PDT 2013


> I thought this was fixed recently...

I've found the related bug: 

http://llvm.org/bugs/show_bug.cgi?id=16182

And the commit:

http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20130909/088533.html

It appears that before the patch, parameters of implicit functions were not visited at all. Code was changed to visit parameters, but it visits ParmVarDecl's of the template function, not the instantiated one. I've filed a bug: http://llvm.org/bugs/show_bug.cgi?id=17272




More information about the cfe-dev mailing list