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

Douglas Gregor dgregor at apple.com
Wed Apr 28 09:16:56 PDT 2010


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



More information about the cfe-commits mailing list