[cfe-commits] [REVIEW] Drop qualifiers on increments and decrements when appropriate

Sean Hunt rideau3 at gmail.com
Wed Apr 28 15:25:16 PDT 2010


On 04/28/2010 10:16 AM, Douglas Gregor wrote:
>
> On Apr 28, 2010, at 12:34 AM, Sean Hunt wrote:
>
>> The attached patch makes the following obtuse testcase succeed:
>>
>> volatile int i;
>>
>> const int&  i = i++;
>>
>> Thanks for reviewing,
>
> The patch is empty (?)
>
> 	- Doug

Oops. Here's a proper version.

Sean
-------------- next part --------------
A non-text attachment was scrubbed...
Name: volatility.patch
Type: text/x-diff
Size: 3104 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20100428/24dcbf0d/attachment.patch>


More information about the cfe-commits mailing list