[cfe-commits] r154569 - in /cfe/trunk: lib/CodeGen/CGBlocks.cpp test/CodeGenObjC/debug-info-block-helper.m

Eric Christopher echristo at apple.com
Wed Apr 11 19:10:41 PDT 2012


On Apr 11, 2012, at 7:07 PM, John McCall wrote:

> On Apr 11, 2012, at 5:35 PM, Eric Christopher wrote:
>> URL: http://llvm.org/viewvc/llvm-project?rev=154569&view=rev
>> Log:
>> The copy and destroy helper functions aren't prototyped, don't call them
>> so.
> 
> What sense of "not prototyped" is this?  They're not K&R-style.

They're not prototyped in the "can I mangle this and it thinks there's a prototype sitting around I can use".

I guess it could be solved a different way by creating it. I just figured for these that calling them unprototyped would work.

-eric



More information about the cfe-commits mailing list