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

Chris Lattner clattner at apple.com
Sun Nov 16 11:16:05 PST 2008


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