]> granicus.if.org Git - clang/commit
Improve location information on "reused" class template specialization
authorDouglas Gregor <dgregor@apple.com>
Wed, 25 Feb 2009 22:18:32 +0000 (22:18 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 25 Feb 2009 22:18:32 +0000 (22:18 +0000)
commit6bc9f7e286913fb1df95fa3fdcac7aab2628eaeb
tree198d3d72dd7d6095b3dec9c7c9cab83d5d9022a0
parent88b7094185b9d4fe9820c731b6936d8d37f6143e
Improve location information on "reused" class template specialization
decls. Test and document the semantic location of class template
specialization definitions that occur within a scope enclosing the
scope of the class template.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65478 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaTemplate.cpp
test/SemaTemplate/class-template-spec.cpp