]> granicus.if.org Git - clang/commit
Fix another case where the extern-ness of extern "C" wasn't being captured.
authorAnders Carlsson <andersca@mac.com>
Sat, 16 May 2009 22:05:23 +0000 (22:05 +0000)
committerAnders Carlsson <andersca@mac.com>
Sat, 16 May 2009 22:05:23 +0000 (22:05 +0000)
commit425bfdee21d7ce13799bb7f9d74805a2d5775762
treefd584984e9f1871779a7d17eccd972d38ff6456b
parent196f7d0ce9d928ecf89430e099f6c065d72ef920
Fix another case where the extern-ness of extern "C" wasn't being captured.

This makes me think that we should make hasExternalStorage perform this check...

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@71962 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDecl.cpp
test/SemaCXX/linkage-spec.cpp