summaryrefslogtreecommitdiffstats
path: root/clang/test/ARCMT/objcmt-ns-returns-inner-pointer.m
Commit message (Collapse)AuthorAgeFilesLines
* ObjectiveC migrator. Please annotation of properties with Fariborz Jahanian2013-11-051-1/+1
| | | | | | | | NS_RETURNS_INNER_POINTER under -objcmt-returns-innerpointer-property flag (off by default), as older compilers do not support such annotations. // rdar://15396636 llvm-svn: 194100
* ObjectiveC migrator: Add individual options andFariborz Jahanian2013-10-021-1/+1
| | | | | | | enable them for distinct feature migration. // rdar://15003157 llvm-svn: 191863
* ObjectiveC migrator. Starting distiguising differentFariborz Jahanian2013-10-021-1/+1
| | | | | | | migrations under their own option. wip and // rdar://15003157 llvm-svn: 191855
* Replace -fobjc-default-synthesize-properties with ↵Rafael Espindola2013-09-271-2/+2
| | | | | | | | | disable-objc-default-synthesize-properties. We want the modern behavior most of the time, so inverting the option simplifies the driver and the tests. llvm-svn: 191551
* ObjectiveC migrator: Donlt annotate NS_RETURNS_INNER_POINTERFariborz Jahanian2013-09-261-0/+2
| | | | | | on class methods, as it makes no sense. // rdar://15069200 llvm-svn: 191468
* ObjectiveC migrator: Another test for my last patch.Fariborz Jahanian2013-09-241-0/+3
| | | | | | // rdar://15044991 llvm-svn: 191334
* ObjectiveC migrator: iDOn't mangle names when Fariborz Jahanian2013-09-241-0/+18
| | | | | | | NS_RETURNS_INNER_POINTER annotation is suggested on a property. // rdar://15044991 llvm-svn: 191332
* ObjectiveC migrator. Do not infer NS_RETURNS_INNER_POINTERFariborz Jahanian2013-09-091-0/+10
| | | | | | | annotation on methods which return typedef of pointer to an incomplete struct type. llvm-svn: 190372
* ObjectiveC migrator: If we find a method that returns a C pointer Fariborz Jahanian2013-08-301-0/+96
of some sort (but not an object, block pointer or CF pointers), and is not annotated with the objc_returns_inner_pointer attribute, we should suggest NS_RETURNS_INNER_POINTER annotation for these methods. llvm-svn: 189707
OpenPOWER on IntegriCloud