Re: r256979 - Fix half of PR26048. We don't yet diagnose the case where the anonymous union member is declared first and the tag name is declared second.

2016-01-06 Thread Adrian Prantl via cfe-commits
> On Jan 6, 2016, at 1:54 PM, Richard Smith via cfe-commits > wrote: > > Author: rsmith > Date: Wed Jan 6 15:54:29 2016 > New Revision: 256979 > > URL: http://llvm.org/viewvc/llvm-project?rev=256979&view=rev > Log: > Fix half of PR26048. We don't yet diagnose the case where the anonymous unio

r256979 - Fix half of PR26048. We don't yet diagnose the case where the anonymous union member is declared first and the tag name is declared second.

2016-01-06 Thread Richard Smith via cfe-commits
Author: rsmith Date: Wed Jan 6 15:54:29 2016 New Revision: 256979 URL: http://llvm.org/viewvc/llvm-project?rev=256979&view=rev Log: Fix half of PR26048. We don't yet diagnose the case where the anonymous union member is declared first and the tag name is declared second. Added: cfe/trunk/te