objective-C: synthesize properties in order of their
authorFariborz Jahanian <fjahanian@apple.com>
Thu, 14 Feb 2013 22:33:34 +0000 (22:33 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Thu, 14 Feb 2013 22:33:34 +0000 (22:33 +0000)
commitaedaaa4f35a5fcae89a8a22f6882e6456da0acbf
treebef131b41d06d55253793a8d80736444df6f5cc8
parent55fcb1054276dcefbf32fb95be7e28ce2ef39d33
objective-C: synthesize properties in order of their
declarations to synthesize their ivars in similar
determinstic order so they are laid out in
a determinstic order. // rdar://13192366

llvm-svn: 175214
clang/include/clang/AST/DeclObjC.h
clang/lib/AST/DeclObjC.cpp
clang/lib/Sema/SemaObjCProperty.cpp
clang/lib/StaticAnalyzer/Checkers/IvarInvalidationChecker.cpp