Sorry for being late with this, but since this is only maybe an issue, maybe it 
should have a sub-flag? -Wincomplete-return-type-c-linkage? Then again, 
-Wreturn-type-c-linkage is already fairly specific...


On Jul 24, 2012, at 11:00 , Hans Wennborg <[email protected]> wrote:

> Thanks! Landed r160681.
> 
> On Tue, Jul 24, 2012 at 6:04 PM, Aaron Ballman <[email protected]> wrote:
>> Patch LGTM!
>> 
>> ~Aaron
>> 
>> On Tue, Jul 24, 2012 at 11:44 AM, Hans Wennborg <[email protected]> wrote:
>>> Hi all,
>>> 
>>> The attached patch tweaks the warning text for returning incomplete
>>> type from extern "C" functions.
>>> 
>>> A warning was added in r150128 for returning non-C compatible
>>> user-defined types from functions with C linkage.
>>> 
>>> This makes the text more clear for the case when the type isn't
>>> decidedly non-C compatible, but incomplete.
>>> 
>>> Please take a look.
>>> 
>>> Thanks,
>>> Hans
> _______________________________________________
> cfe-commits mailing list
> [email protected]
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to