[cfe-commits] r120729 - in /cfe/trunk: lib/AST/ASTContext.cpp test/Sema/transparent-union.c
Peter Collingbourne
peter at pcc.me.uk
Thu Dec 2 13:02:55 PST 2010
On Thu, Dec 02, 2010 at 08:55:31PM +0000, Peter Collingbourne wrote:
> On Thu, Dec 02, 2010 at 12:52:20PM -0800, John McCall wrote:
> > On Dec 2, 2010, at 12:02 PM, Peter Collingbourne wrote:
> > > Author: pcc
> > > Date: Thu Dec 2 14:02:29 2010
> > > New Revision: 120729
> > >
> > > URL: http://llvm.org/viewvc/llvm-project?rev=120729&view=rev
> > > Log:
> > > Merge transparent union types using member's canonical param type
> >
> > I think you just want the unqualified type; the canonical parameter type also
> > decays function (irrelevant) and array (possibly relevant) types.
>
> Yes, you're right. I realised that just after I committed.
> I'm preparing a fix now.
r120736
Thanks,
--
Peter
More information about the cfe-commits
mailing list