]> granicus.if.org Git - clang/commit
Correctly compute linkage for members of internal linkage classes.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 23 Sep 2017 04:02:17 +0000 (04:02 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 23 Sep 2017 04:02:17 +0000 (04:02 +0000)
commit2e4086bb2d8b007a7232fae27e6068a83c2433fd
treece73b3557b178f4b96fa9444e9cc6e77ffdfb705
parent38808933e4ef56f23fdd514c0d2bcbfb2e81eded
Correctly compute linkage for members of internal linkage classes.

We used to give such members no linkage instead of giving them the linkage of
the class.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@314054 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/Decl.cpp
test/CXX/basic/basic.link/p8.cpp