]> granicus.if.org Git - clang/commit
PR8302: Check for shadowing a template parameter when declaring a template
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 25 Jun 2013 22:21:36 +0000 (22:21 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 25 Jun 2013 22:21:36 +0000 (22:21 +0000)
commitc7e863f888bbcb2c6508acf193e74195c1b230e9
tree3b6843403727d4368c9863620ed0c6920d0f6ef4
parent147fab970c9877273e6185f0e276f376887c967f
PR8302: Check for shadowing a template parameter when declaring a template
template parameter.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184884 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaTemplate.cpp
test/Parser/cxx-template-decl.cpp