]> granicus.if.org Git - clang/commit
Fix the source range for a member access expression that includes a
authorDouglas Gregor <dgregor@apple.com>
Wed, 2 Mar 2011 21:06:53 +0000 (21:06 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 2 Mar 2011 21:06:53 +0000 (21:06 +0000)
commit75e85048e73fcde2ce9d8a48dfdb1220e132eb59
treee7158a2652222f6a9bfd39420cfffc62959b502e
parentd976c8e2752bc36c0697d43f985ec55b9450f8c1
Fix the source range for a member access expression that includes a
nested-name-specifier and improve the detection of implicit 'this'
bases. Fixes <rdar://problem/8750392>.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126880 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Expr.h
lib/AST/Expr.cpp
lib/AST/ExprCXX.cpp
test/Index/annotate-nested-name-specifier.cpp
tools/libclang/CIndex.cpp