aboutsummaryrefslogtreecommitdiff
path: root/test/SemaObjC/atomoic-property-synnthesis-rules.m
AgeCommit message (Expand)Author
2012-04-06Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard
2012-02-29objective-c: provide fixit hint when atomic property does notFariborz Jahanian
2011-10-06objc: Improve on diagnostic when atomic proeprty is synthesizedFariborz Jahanian
2011-08-01objective-c: reverse patch for // rdar://9818354Fariborz Jahanian
2011-07-22objective-c: Any use of @synthesize or @dynamic lexically after a method (or ...Fariborz Jahanian
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-14Change tests to use clang -cc1...Fariborz Jahanian
2009-11-11writable atomic property's setter/getter must be in 'lock' step ofFariborz Jahanian