[cfe-dev] Toward the AST cloning

Gordon Henriksen gordonhenriksen at me.com
Fri Jun 5 05:10:27 PDT 2009


On 2009-06-05, at 07:11, Olaf Krzikalla wrote:

> BTW: do we have a macro for stack-based variable-sized arrays? In my  
> former company I introduced such a thing, which internally either  
> used the gcc extension or on msvc the alloca approach (which however  
> was somewhat tricky in the presence of loops).

Use SmallString or SmallVector.

— Gordon



More information about the cfe-dev mailing list