]> granicus.if.org Git - clang/commit
Minor fix in the injection of labels, since we want to look at the redeclaration...
authorDouglas Gregor <dgregor@apple.com>
Thu, 24 Mar 2011 14:35:16 +0000 (14:35 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 24 Mar 2011 14:35:16 +0000 (14:35 +0000)
commit1d2de76c75fc1ac870c6df84c5368206c00d9a5e
tree20e64f48bea3cb2def747d9da75e8a2a6ef4fbbe
parent0b7e678a11ece4288dc01aebb5b17e5eef8f8d2d
Minor fix in the injection of labels, since we want to look at the redeclaration context of each declaration in the identifier chain. Should fix Linux self-host

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