]> granicus.if.org Git - clang/commit
PR18839: 'extern "C++"' also adds an implicit 'extern', not just 'extern "C"'.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 17 Feb 2014 23:34:47 +0000 (23:34 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 17 Feb 2014 23:34:47 +0000 (23:34 +0000)
commiteeabe910490a68fa42281571554bf8c76a1e4bef
tree023f46f0b764103101921b31a931947a486a2651
parent5d7b05137594183bfe330cd8739930faa4234b1b
PR18839: 'extern "C++"' also adds an implicit 'extern', not just 'extern "C"'.

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