[cfe-commits] [PATCH][MS] - operator __uuidof implementation part 1
Douglas Gregor
dgregor at apple.com
Wed Sep 8 16:15:33 PDT 2010
On Sep 8, 2010, at 8:54 AM, Francois Pichet wrote:
>>
>> RParenLoc is never set to a location (other than its default, empty state), either on this path or on the __uuidof(expression) path.
>>
>
> The same problem occurs for the typeid operator.
Oops, I've fixed that now.
> Also since you asked me to cache the lookup of _GUID I assume it would
> be a good idea to also cache the lookup of type_info. It is currently
> not cached.
... and I've fixed that as well, thanks!
- Doug
More information about the cfe-commits
mailing list