When libclang is walking a member access expression, don't walk into
an implicit "this"; it causes clang_getCursor() to find the implicit "this" expression (which isn't written in the source!) rather than the actual member. llvm-svn: 119516
Loading
Please register or sign in to comment