]> granicus.if.org Git - clang/commit
PR35697: look at the first declaration when determining whether a function or
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 3 Jan 2018 02:34:35 +0000 (02:34 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 3 Jan 2018 02:34:35 +0000 (02:34 +0000)
commitccd63c08661e585a27f9ec1c6aa51f81f9e2623a
treeab80bf4ba822c55f09f54c57860026da5cf742d0
parent78f3c1f12f22bb890addc680a9955297d5155aff
PR35697: look at the first declaration when determining whether a function or
variable is extern "C" in linkage calculations.

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