On Mon, Dec 20, 2010 at 10:23 AM, Douglas Gregor <[email protected]> wrote:
>
> I assume you'll be adding a "Operand->getType()->isDependent()" check at some
> point, to handle the use of __uuidof in templates?
>
> - Doug
Good point.
BTW I'll go ahead for full implementation of the __uuidof operator in
my next few patches.
I started testing clang against the templated msvc headers and it
contains such code:
template <const GUID*> class test { };
test<&__uuidof(class_with_guid)> var;
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits