[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:05:13 PST 2009
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'll just lift the class out of local scope.
John.
More information about the cfe-commits
mailing list