summaryrefslogtreecommitdiff
path: root/test/SemaObjC/synthesized-ivar.m
AgeCommit message (Expand)Author
2015-10-27Be more conservative about diagnosing "incorrect" uses of __weak:John McCall
2015-10-22Define weak and __weak to mean ARC-style weak references, even in MRC.John McCall
2013-09-27Replace -fobjc-default-synthesize-properties with disable-objc-default-synthe...Rafael Espindola
2012-04-06Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard
2011-10-02Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall
2011-09-27Include prefix with default synthesized ivars.Ted Kremenek
2011-06-15Automatic Reference Counting.John McCall
2011-01-04Fold -fobjc-nonfragile-abi2 into -fobjc-nonfragile-abi.Fariborz Jahanian
2010-12-23Add -fobjc-default-synthesized-properties flagTed Kremenek
2010-12-15ivars craeted for explicit @synthesize and thoseFariborz Jahanian
2010-11-09Remove space from rdar URIs.Fariborz Jahanian
2010-04-06default access for synthesize ivar is @protect.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-17Use -fblocks and -fobjc-nonfragile-abi when that is what is being tested, ins...Daniel Dunbar
2009-03-31fe support for objc2's nonfragile-abi synthesized ivars.Fariborz Jahanian