[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
Chris Lattner
clattner at apple.com
Thu Aug 30 07:43:42 PDT 2007
On Aug 30, 2007, at 2:37 AM, Keith Bauer wrote:
> 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.
Which missing extern? This might be a clang bug still,
-Chris
More information about the cfe-dev
mailing list