]> granicus.if.org Git - clang/commit
Fix the diagnostic when we are shadowing an external variable and there exists a...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 31 Jan 2011 07:04:50 +0000 (07:04 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 31 Jan 2011 07:04:50 +0000 (07:04 +0000)
commit49a61727986332f2eba61fb2657800d76c5a4bb9
treef0d4b10de2d5379aac782852fc63f373cc25a8a3
parent6684d85e9075e3c1750d911c69a517145a82a410
Fix the diagnostic when we are shadowing an external variable and there exists a locally scoped extern with the same name.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124580 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDecl.cpp
test/Sema/warn-shadow.c