objective-C: Make order of ivars which are synthesized
authorFariborz Jahanian <fjahanian@apple.com>
Wed, 13 Feb 2013 22:50:36 +0000 (22:50 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Wed, 13 Feb 2013 22:50:36 +0000 (22:50 +0000)
commit3c8220405d2dfc93da1c0c69942d07b0bd12927a
tree06ce96564bae0655e38f1caefad3eebc18201328
parentcb06d3030c303e24a3b30e66e96b2f1b5fe46d78
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

llvm-svn: 175100
clang/lib/AST/DeclObjC.cpp
clang/test/CodeGenObjC/reorder-synthesized-ivars.m [new file with mode: 0644]