]> granicus.if.org Git - clang/commit
PR19411: Walk lexical parents, not semantic parents, when determining whether a
authorRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 14 Apr 2014 20:23:58 +0000 (20:23 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 14 Apr 2014 20:23:58 +0000 (20:23 +0000)
commitdff60442ebc763839c28c94c93d2ae4e4de3fad6
tree5feb72cdd632779b8459f9a38aff74b0f97b2d20
parent30445bc3b15ee4140bc7d3657694d0d28bdcfe4f
PR19411: Walk lexical parents, not semantic parents, when determining whether a
DeclContext is (lexically) within a C language linkage specification.

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