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. _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
