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

Keith Bauer onesadcookie at gmail.com
Mon Aug 27 04:38:51 PDT 2007


On 8/23/07, Steve Naroff <snaroff at apple.com> wrote:
> Author: snaroff
> Date: Wed Aug 22 18:18:22 2007
> New Revision: 41303
>
> URL: http://llvm.org/viewvc/llvm-project?rev=41303&view=rev
> Log:
>
> With this commit, we now successfully parse "Cocoa.h"!

So, I thought, "yay!".  Unfortunately,

clang -arch ppc -fsyntax-only
/Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h
2>&1 | tail -n 1
28541 diagnostics generated.

"Successfully parse"?  Known regression?  I'm just weird?

-Keith



More information about the cfe-dev mailing list