[cfe-commits] [PATCH] Make ASTMatchFinder visit parameter VarDecls

Daniel Jasper djasper at google.com
Sun Jul 29 01:41:59 PDT 2012


Hi Manuel,

this fixes a problem of the ASTMatchFinder not visiting the VarDecls of a
function's parameters (see test case). I am not entirely sure it is the
right fix as I don't know what the original intention of overriding
TraverseTypeLoc was.

Please take a look,
Daniel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120729/043a2b2d/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: find-param-vardecls.patch
Type: application/octet-stream
Size: 1142 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120729/043a2b2d/attachment.obj>


More information about the cfe-commits mailing list