]> granicus.if.org Git - clang/commit
[libclang] During member ref expression visitation, ignore base anonymous struct...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 13 Mar 2015 04:40:07 +0000 (04:40 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 13 Mar 2015 04:40:07 +0000 (04:40 +0000)
commitbf10152a8148b6c77d812c79ebabce5408a3f19f
tree457a3d0a4d52ecf61cca233e8ad631e568664d38
parente7ac760029a416fec3ae1b8725e5148744932dab
[libclang] During member ref expression visitation, ignore base anonymous struct/union fields.

Otherwise they will shadow the real field that that we are interested in.

rdar://19783938

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@232141 91177308-0d34-0410-b5e6-96231b3b80d8
test/Index/annotate-tokens.c
test/Index/get-cursor.c
tools/libclang/CIndex.cpp