Generalize data-recursive visitation in CursorVisitor to also handle MemberExprs
commit9d4490b8bc0d1f07fdf1aff9e62509acde762aeb
authorTed Kremenek <kremenek@apple.com>
Thu, 11 Nov 2010 08:05:18 +0000 (11 08:05 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 11 Nov 2010 08:05:18 +0000 (11 08:05 +0000)
tree822750acdae7fc022a987a358df769d824d49636
parenta3a5aaa66d5023f00edf041d4b808ec6dd7ad8f0
Generalize data-recursive visitation in CursorVisitor to also handle MemberExprs
and CXXCallMemberExprs.  This scheme is hopefully general enough to extend to the
rest of the visitor if necessary.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@118782 91177308-0d34-0410-b5e6-96231b3b80d8
test/Index/recursive-member-access.c [new file with mode: 0644]
tools/libclang/CIndex.cpp