]> granicus.if.org Git - clang/commit
Fix bogus compiler errors when declaring anonymous union, outside a class, with
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 23 Sep 2010 14:26:01 +0000 (14:26 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 23 Sep 2010 14:26:01 +0000 (14:26 +0000)
commit2b64239a8ef4829be7b2c32eff60d8de204b4e2c
treed02aff7e9c6f810202ac2f66344a9b0faea8d291
parentf765d76407d82e629337bba4ca6c26bdfc8bc9a6
Fix bogus compiler errors when declaring anonymous union, outside a class, with
members with the same name as a decl outside the scope where the members are actually introduced.
Fixes http://llvm.org/PR6741

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