]> granicus.if.org Git - clang/commit
PR17592: Ensure we diagnose shadowing a template parameter with a local extern
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 16 Oct 2013 21:12:00 +0000 (21:12 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 16 Oct 2013 21:12:00 +0000 (21:12 +0000)
commit49ef481bc1b0b0f757ba6ac1ad6d0425390e7654
tree4877d3aecad027dcad78c2def716e9b9ba9c7bf4
parentcced97c345843a41ff68c9536bf54a0dfb772846
PR17592: Ensure we diagnose shadowing a template parameter with a local extern
declaration.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@192846 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaLookup.cpp
test/CXX/temp/temp.res/temp.local/p6.cpp [new file with mode: 0644]