[cfe-commits] r85855 - in /cfe/trunk: include/clang/Parse/Parser.h lib/Parse/ParseDecl.cpp lib/Parse/ParseObjc.cpp

John McCall rjmccall at apple.com
Thu Dec 3 14:32:17 PST 2009


On Dec 3, 2009, at 2:11 PM, steve naroff wrote:

> 
> On Dec 3, 2009, at 5:05 PM, John McCall wrote:
> 
>> On Dec 3, 2009, at 12:54 PM, steve naroff wrote:
>>> The commit below seems to have broken the Windows build (see screen shot for more info).
>> 
>> It looks like access control is complaining about accessing a namespace member, which is totally bogus.  This is a known bug with local classes in VS2005.
>> 
> 
> I see (thanks for the quick response!).
> 
>> I'll just lift the class out of local scope.
> 
> Sounds good (that's what I was going to do...I figured the bug was specific to the local class). I'll wait for your commit...

I claim it's fixed in r90491.  Let me know if that's not the case. :)

John.



More information about the cfe-commits mailing list