[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

Steve Naroff snaroff at apple.com
Thu Aug 30 09:29:53 PDT 2007


On Aug 30, 2007, at 7:43 AM, Chris Lattner wrote:

>
> 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,
>

We still have some issues with tentative defns (i.e. where the extern  
is omitted).
Now that the array stuff is fixed (though I still have a little  
cleanup), I will
get back to working on tentative defns.

snaroff

> -Chris
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev




More information about the cfe-dev mailing list