[cfe-dev] Patch for References
Bill Wendling
isanbard at gmail.com
Sat Jul 14 02:25:56 PDT 2007
On Jul 13, 2007, at 9:39 AM, Chris Lattner wrote:
> I still don't think this is right. Nothing in the subscript
> operator should care about arrays. You should rely on the usual
> unary conversions for decaying the array to a pointer. Perhaps you
> need to implement usual unary conversions for references?
Ah! I understand what you're saying now. Here's a new patch
submission. I think it does the correct thing now. I even have the
correct standard citation. :-)
-bw
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: diff.txt
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20070714/f2510f0c/attachment.txt>
-------------- next part --------------
More information about the cfe-dev
mailing list