On Feb 9, 2009, at 7:09 AM, Douglas Gregor wrote:

> Author: dgregor
> Date: Mon Feb  9 09:09:02 2009
> New Revision: 64141
>
> URL: http://llvm.org/viewvc/llvm-project?rev=64141&view=rev
> Log:
> Make Sema::getTypeName return the opaque pointer of a QualType rather
> than a Decl, which gives us some more flexibility to express the
> results with the type system. There are no clients using this
> flexibility yet, but it's meant to be able to describe qualified names
> as written in the source (e.g., "foo::type") or template-ids that name
> a class template specialization (e.g., "std::vector<INT>").

Hi Doug,

I'm fine with this, but what does std::vector<INT> have to do with  
QualTypes?  Returning a QualType vs a Type* should just be a  
difference in CVR qualifiers?

-Chris
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to