[cfe-commits] r85855 - in /cfe/trunk: include/clang/Parse/Parser.h lib/Parse/ParseDecl.cpp lib/Parse/ParseObjc.cpp
steve naroff
snaroff at apple.com
Thu Dec 3 14:11:13 PST 2009
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...
Thanks again,
snaroff
>
> John.
More information about the cfe-commits
mailing list