[cfe-commits] r171013 - /cfe/trunk/lib/CodeGen/CGDecl.cpp
John McCall
rjmccall at apple.com
Thu Jan 3 16:59:08 PST 2013
On Dec 29, 2012, at 10:39 PM, Jordan Rose <jordan_rose at apple.com> wrote:
> The array cases actually make logical sense, since the arrayBegin and the arrayEndPointer parameters together represent a single logical parameter. However, can we just convert these to (Mutable)ArrayRef and fix that?
No, you can't. It's not an array in C++, it's an array in generated IR.
John.
More information about the cfe-commits
mailing list