]> granicus.if.org Git - clang/commit
Push nested-name-specifier source-location information into dependent
authorDouglas Gregor <dgregor@apple.com>
Tue, 1 Mar 2011 20:11:18 +0000 (20:11 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 1 Mar 2011 20:11:18 +0000 (20:11 +0000)
commit94fdffa4a572fc14ac296f5f1aae9db3734c72f1
tree9d816e05f756c8d0f9f37a9a3eae7a06a873dd3f
parent438d7f05d34abfdf6a8a8954a957b97275162070
Push nested-name-specifier source-location information into dependent
template specialization types. There are still a few rough edges to
clean up with some of the parser actions dropping
nested-name-specifiers too early.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126776 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
include/clang/AST/RecursiveASTVisitor.h
include/clang/AST/TypeLoc.h
lib/AST/TypeLoc.cpp
lib/Sema/SemaCXXScopeSpec.cpp
lib/Sema/SemaTemplate.cpp
lib/Sema/SemaType.cpp
lib/Sema/TreeTransform.h
lib/Serialization/ASTReader.cpp
lib/Serialization/ASTWriter.cpp
test/Index/annotate-nested-name-specifier.cpp
test/SemaCXX/nested-name-spec-locations.cpp
tools/libclang/CIndex.cpp