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>. llvm-svn: 126880
Showing
- clang/include/clang/AST/Expr.h 10 additions, 13 deletionsclang/include/clang/AST/Expr.h
- clang/lib/AST/Expr.cpp 58 additions, 0 deletionsclang/lib/AST/Expr.cpp
- clang/lib/AST/ExprCXX.cpp 2 additions, 37 deletionsclang/lib/AST/ExprCXX.cpp
- clang/test/Index/annotate-nested-name-specifier.cpp 16 additions, 1 deletionclang/test/Index/annotate-nested-name-specifier.cpp
- clang/tools/libclang/CIndex.cpp 2 additions, 6 deletionsclang/tools/libclang/CIndex.cpp
Loading
Please register or sign in to comment