]> granicus.if.org Git - clang/commit
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)
commitcfaed8d399a34e79fbab9f70eb4ea1bbeb81a02b
tree9fc8d863728dee252339c135914bb0ca26b40b74
parent62d0f569360a664018316e4a21a4e960560b271d
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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@175214 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclObjC.h
lib/AST/DeclObjC.cpp
lib/Sema/SemaObjCProperty.cpp
lib/StaticAnalyzer/Checkers/IvarInvalidationChecker.cpp