]> granicus.if.org Git - clang/commit
Maintain nested-name-specifier source-location information through
authorDouglas Gregor <dgregor@apple.com>
Fri, 25 Feb 2011 15:54:31 +0000 (15:54 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 25 Feb 2011 15:54:31 +0000 (15:54 +0000)
commit5149f37cfc736d03233bf92b5ba7c6e866c6647b
tree94c9cde645c5ed237117e347883c43084e3f8c1f
parent0289b666b5f866bd39a6e1d96e56ba348c7fecf2
Maintain nested-name-specifier source-location information through
instantiation of using declarations (all three forms).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126485 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaTemplateInstantiateDecl.cpp
test/SemaCXX/nested-name-spec-locations.cpp [new file with mode: 0644]