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

Douglas Gregor dgregor at apple.com
Wed Apr 28 15:33:15 PDT 2010


On Apr 28, 2010, at 3:25 PM, Sean Hunt wrote:

> 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.

Looks good, thanks!

	- Doug



More information about the cfe-commits mailing list