[cfe-commits] [Request for approval] Accept extern "C" typedef
Abramo Bagnara
abramo.bagnara at gmail.com
Fri Jul 30 09:47:56 PDT 2010
Il 30/07/2010 18:37, Douglas Gregor ha scritto:
>
>
> Sent from my iPhone
>
> On Jul 30, 2010, at 7:33 AM, Abramo Bagnara <abramo.bagnara at gmail.com> wrote:
>
>>
>> The attached patch attempt to solve properly this issue:
>>
>> http://llvm.org/bugs/show_bug.cgi?id=6991
>
> Looks good. Please add a test case before committing.
>
>> It affects only parsing, because we believe that this has no
>> implications in codegen.
>
> That makes sense. CodeGen (and other places that care about linkage) already know to look for the LinkageSpecDecl.
Committed in r109865.
More information about the cfe-commits
mailing list