[cfe-dev] [cfe-commits] r41592 - in /cfe/trunk: AST/ASTContext.cpp AST/Type.cpp CodeGen/CodeGenTypes.cpp Sema/SemaDecl.cpp include/clang/AST/ASTContext.h include/clang/AST/Type.h

Keith Bauer onesadcookie at gmail.com
Thu Aug 30 02:37:00 PDT 2007


On 8/30/07, Steve Naroff <snaroff at apple.com> wrote:
> Author: snaroff
> Date: Wed Aug 29 20:06:46 2007
> New Revision: 41592
>
> URL: http://llvm.org/viewvc/llvm-project?rev=41592&view=rev
> Log:
>
> Fix the following redefinition errors submitted by Keith Bauer...

[lots and lots and lots of code snipped]

Yay, thank you :D

I can now -fsyntax-only all the C bits of my program without any
diagnostics generated.  Well, once I'd fixed the missing "extern" that
GCC wasn't telling me about for some reason.

-Keith



More information about the cfe-dev mailing list