<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Dec 4, 2013 at 2:26 PM, Aaron Ballman <span dir="ltr"><<a href="mailto:aaron@aaronballman.com" target="_blank">aaron@aaronballman.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div>On Wed, Dec 4, 2013 at 8:14 AM, Fredrik Orderud <<a href="mailto:forderud@gmail.com" target="_blank">forderud@gmail.com</a>> wrote:<br>


> It seems like there is no support for the "__uuidof" operator in clang. </div></div></blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div><div>>...<br>
> Can anyone tell me if there are any plans to implement "__uuidof" support in<br>
> the near future? If not, should I register an Bugzilla issue on the problem?<br>
<br>
</div></div>Definitely file a bugzilla issue on __uuidof, but as for plans...<br>
patches welcome.  ;-) We already have some support for<br>
__declspec(uuid) to attach a uuid to a decl, so this would be a matter<br>
of performing the proper lookups on an expression to find the proper<br>
decl, see if it has the correct attribute attached to it, and pull the<br>
GUID out of it. We don't have any support for IDL libraries, so that<br>
would be a different situation entirely.<span><font color="#888888"><br>
</font></span></blockquote></div><br></div><div class="gmail_extra">New issue: <a href="http://llvm.org/bugs/show_bug.cgi?id=18133">http://llvm.org/bugs/show_bug.cgi?id=18133</a><br><br></div><div class="gmail_extra">Unfortunately, I don't think I will be able to improve on this myself. But at least, it will be easier to track the progress of this issue now.<br>
<br></div><div class="gmail_extra">Fredrik<br></div></div>