[cfe-commits] r79071 - in /cfe/trunk: lib/AST/ASTContext.cpp lib/CodeGen/CodeGenFunction.cpp lib/CodeGen/CodeGenFunction.h test/CodeGen/2009-08-14-vararray-crash.c

Chris Lattner clattner at apple.com
Fri Aug 14 22:12:28 PDT 2009


On Aug 14, 2009, at 7:50 PM, Eli Friedman wrote:

> Author: efriedma
> Date: Fri Aug 14 21:50:32 2009
> New Revision: 79071
>
> URL: http://llvm.org/viewvc/llvm-project?rev=79071&view=rev
> Log:
> Fix for PR4721: adjust CodeGen and ASTContext so that we have a
> consistent model for handling size expressions for VLAs.

Very nice Eli!  I think this is a much more consistent approach,

-Chris




More information about the cfe-commits mailing list