]> granicus.if.org Git - clang/commit
Diagnose if extern local variable is followed by non-extern and vice-versa.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 31 Jan 2011 07:04:46 +0000 (07:04 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 31 Jan 2011 07:04:46 +0000 (07:04 +0000)
commit6684d85e9075e3c1750d911c69a517145a82a410
treea43aebf68517075a7a6e68b3e4979ffb89752782
parent6df96e0756f62edc859d649069daf523536c4221
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