Unclear. I don't particularly like having both versions either. However the QualType versions are used enough that it seemed unreasonable to remove them, since in many places what clients have is already a QualType.
- Daniel On Sun, Nov 16, 2008 at 11:16 AM, Chris Lattner <[EMAIL PROTECTED]> wrote: > > On Nov 7, 2008, at 9:48 PM, Daniel Dunbar wrote: > >> Author: ddunbar >> Date: Fri Nov 7 23:48:37 2008 >> New Revision: 58891 >> >> URL: http://llvm.org/viewvc/llvm-project?rev=58891&view=rev >> Log: >> Support getTypeInfo, getTypeAlign, getTypeSize on const Type*s. >> - Size/align are not effected by CVR qualifiers. > > Should the QualType versions of these be removed? > > -Chris > > _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
