Diagnose if extern local variable is followed by non-extern and vice-versa.
commitb2204f242a9622b24ca0136d46c17422ac65dd5e
authorArgiris Kirtzidis <akyrtzi@gmail.com>
Mon, 31 Jan 2011 07:04:46 +0000 (31 07:04 +0000)
committerArgiris Kirtzidis <akyrtzi@gmail.com>
Mon, 31 Jan 2011 07:04:46 +0000 (31 07:04 +0000)
treea43aebf68517075a7a6e68b3e4979ffb89752782
parentd1d8fa55394d99ba9a36a7bc8a2eee0490df67b9
Diagnose if extern local variable is followed by non-extern and vice-versa.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124579 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaDecl.cpp
test/Sema/private-extern.c