r175100 - objective-C: Make order of ivars which are synthesized

jahanian fjahanian at apple.com
Wed Feb 13 15:21:00 PST 2013


On Feb 13, 2013, at 3:03 PM, Douglas Gregor <dgregor at apple.com> wrote:

> 
> On Feb 13, 2013, at 2:50 PM, Fariborz Jahanian <fjahanian at apple.com> wrote:
> 
>> Author: fjahanian
>> Date: Wed Feb 13 16:50:36 2013
>> New Revision: 175100
>> 
>> URL: http://llvm.org/viewvc/llvm-project?rev=175100&view=rev
>> Log:
>> objective-C: Make order of ivars which are synthesized
>> in the course of property synthesis deterministic (ordered
>> by their type size), instead of having hashtable order
>> (as it is currently). // rdar://13192366
> 
> How about using source order, since type size isn't going to give a total order?
> 

Hmm. I need both. ivars of same type size need be grouped together in their source order.
- Fariborz

> 	- Doug
> 




More information about the cfe-commits mailing list