[cfe-commits] r145736 - in /cfe/trunk/lib/CodeGen: CGClass.cpp CGException.cpp CGExpr.cpp CGExprCXX.cpp CGStmt.cpp CGValue.h CodeGenFunction.h

John McCall rjmccall at apple.com
Fri Dec 2 17:37:40 PST 2011


On Dec 2, 2011, at 4:54 PM, Eli Friedman wrote:
> Author: efriedma
> Date: Fri Dec  2 18:54:26 2011
> New Revision: 145736
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=145736&view=rev
> Log:
> Track alignment in AggValueSlot.  No functional change in this patch, but I'll be introducing uses of the specified alignment soon.

Thanks!  Please make it take and vend the alignment as a CharUnits, though.

John.



More information about the cfe-commits mailing list