]> granicus.if.org Git - clang/commit
Push nested-name-specifier location information into DeclRefExpr and
authorDouglas Gregor <dgregor@apple.com>
Mon, 28 Feb 2011 21:54:11 +0000 (21:54 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 28 Feb 2011 21:54:11 +0000 (21:54 +0000)
commit40d96a69c0e1e8c10f92d450c305a7aae696ca9c
treec48433413a555725d7551be8e8385b9204161541
parentbf1f826ddadb046add4a9c7d7f7690f43feb55cf
Push nested-name-specifier location information into DeclRefExpr and
MemberExpr, the last of the expressions with qualifiers!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126688 91177308-0d34-0410-b5e6-96231b3b80d8
13 files changed:
include/clang/AST/Expr.h
include/clang/AST/RecursiveASTVisitor.h
lib/AST/ASTImporter.cpp
lib/AST/Expr.cpp
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaExprCXX.cpp
lib/Sema/SemaOverload.cpp
lib/Sema/TreeTransform.h
lib/Serialization/ASTReaderStmt.cpp
lib/Serialization/ASTWriterStmt.cpp
test/Index/annotate-nested-name-specifier.cpp
tools/libclang/CIndex.cpp