[cfe-commits] r120729 - in /cfe/trunk: lib/AST/ASTContext.cpp test/Sema/transparent-union.c
John McCall
rjmccall at apple.com
Thu Dec 2 12:52:20 PST 2010
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.
John.
More information about the cfe-commits
mailing list