]> granicus.if.org Git - clang/commit
Likely fix for PR9316 and other unknown bugs: don't use the anonynmous
authorChandler Carruth <chandlerc@gmail.com>
Thu, 24 Feb 2011 19:03:39 +0000 (19:03 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Thu, 24 Feb 2011 19:03:39 +0000 (19:03 +0000)
commit094b64336495496ca29bc1e4774f5e2ceed79096
treef3129d0515acf48ca3d1b7b54261cb4ea26d0b98
parentc34348a7ef1a6b3f92a644a227953800cd1f9947
Likely fix for PR9316 and other unknown bugs: don't use the anonynmous
namespace blanket rule for variables and functions declared 'extern
"C"'.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126400 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/Decl.cpp
test/SemaCXX/linkage.cpp