[cfe-commits] r58891 - in /cfe/trunk: include/clang/AST/ASTContext.h lib/AST/ASTContext.cpp

Daniel Dunbar daniel at zuster.org
Sun Nov 16 15:52:05 PST 2008


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 <clattner at apple.com> 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
>
>



More information about the cfe-commits mailing list