]> granicus.if.org Git - clang/commit
Ensure that we actually visit function parameter declarations with
authorSean Hunt <scshunt@csclub.uwaterloo.ca>
Wed, 6 Jul 2011 23:35:33 +0000 (23:35 +0000)
committerSean Hunt <scshunt@csclub.uwaterloo.ca>
Wed, 6 Jul 2011 23:35:33 +0000 (23:35 +0000)
commite9a37e45e2832869e3814b9e3ddeae13e0f4386a
tree3aa5b45b9fcfc1521ac2e96eddb074adcacf3ef3
parenta236c0e47aec75b5f838552c4f04b0c249f5ff61
Ensure that we actually visit function parameter declarations with
RecursiveASTVisitor.

This deficiency was discovered while working with the AST matcher
framework and likely impacts other users of RecursiveASTMatcher who
previously weren't seeing these Decls in their visitation.

Patch reviewed by Chandler Carruth.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@134562 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/RecursiveASTVisitor.h