[cfe-commits] r149036 - in /cfe/trunk/lib/CodeGen: CGBlocks.cpp CGClass.cpp CGCleanup.cpp CGDecl.cpp CGDeclCXX.cpp CGExpr.cpp CGObjC.cpp CodeGenFunction.h

John McCall rjmccall at apple.com
Wed Jan 25 20:26:27 PST 2012


On Jan 25, 2012, at 7:33 PM, Peter Collingbourne wrote:
> Author: pcc
> Date: Wed Jan 25 21:33:36 2012
> New Revision: 149036
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=149036&view=rev
> Log:
> Use function pointers, rather than references, to pass Destroyers
> around, in the process cleaning up the various gcc/msvc compiler
> workarounds.

Thanks!

John.



More information about the cfe-commits mailing list