]> granicus.if.org Git - clang/commit
Push nested-name-specifier source location information into
authorDouglas Gregor <dgregor@apple.com>
Fri, 25 Feb 2011 20:49:16 +0000 (20:49 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 25 Feb 2011 20:49:16 +0000 (20:49 +0000)
commit00cf3cc2718671aa48e8da264a523b0058a8591e
tree3dffdcf9749b616398621768786227d8e7eb638f
parent774e2b4f8d23d75cbb3dfef077d4631d37f623c0
Push nested-name-specifier source location information into
DependentScopeDeclRefExpr. Plus, give NestedNameSpecifierLoc == and !=
operators, since we're going to need 'em elsewhere.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126508 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ExprCXX.h
include/clang/AST/NestedNameSpecifier.h
include/clang/AST/RecursiveASTVisitor.h
lib/AST/ExprCXX.cpp
lib/Sema/SemaTemplate.cpp
lib/Sema/TreeTransform.h
lib/Serialization/ASTReaderStmt.cpp
lib/Serialization/ASTWriterStmt.cpp
test/SemaCXX/nested-name-spec-locations.cpp
tools/libclang/CIndex.cpp