summaryrefslogtreecommitdiffstats
path: root/test/Index/complete-property-flags.m
Commit message (Expand)AuthorAgeFilesLines
* Define weak and __weak to mean ARC-style weak references, even in MRC.John McCall2015-10-221-2/+4
* Code completion for nullability type specifiers.Douglas Gregor2015-06-191-0/+12
* [code-completion] Style guideline for Cocoa has custom accessor in property d...Argyrios Kyrtzidis2014-02-201-6/+6
* Use -fobjc-runtime=macosx10.7 instead of obsolete -fobjc-runtime-has-weak.Jordan Rose2012-08-201-1/+1
* Code-complete 'weak' for properties under ARC-with-weak-references (or GC)Jordan Rose2012-08-201-1/+19
* Automatic Reference Counting.John McCall2011-06-151-0/+2
* Add code completetion code for the new 'atomic' attributeFariborz Jahanian2011-06-111-0/+1
* Improve the accuracy of code completion for the attributes of an @property de...Douglas Gregor2009-11-191-7/+1
* Improve code-completion results for the flags in an @propertyDouglas Gregor2009-11-191-0/+29