| commit | e619e99a1b4d14862c96f3e90a429a8d1e3a4875 | [log] [tgz] |
|---|---|---|
| author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Thu Sep 23 14:26:01 2010 +0000 |
| committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Thu Sep 23 14:26:01 2010 +0000 |
| tree | d1e4282c8a8456a43f9a1fb3f97728ffaeb1268f | |
| parent | 381f98e499df3776bfeb46ae4fff6e0b47e69f5e [diff] |
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 llvm-svn: 114641