summaryrefslogtreecommitdiffstats
path: root/clang/test/ARCMT/objcmt-protocol-conformance.m.result
Commit message (Collapse)AuthorAgeFilesLines
* ObjectiveC migrator. Fixes a bug when protocolFariborz Jahanian2013-12-171-0/+16
| | | | | | conformance is inferred. // rdar://15515206 llvm-svn: 197448
* 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 migration. Better handle migration to conformingFariborz Jahanian2013-07-221-0/+35
| | | | | | | protocols by ignoring cases where all protocol properties and methods are optional. llvm-svn: 186895
* ObjectiveC migrator: When adding conforming protocol,Fariborz Jahanian2013-07-171-0/+16
| | | | | | | only add outer-most conforming protocols as adding others are redundant. llvm-svn: 186473
* ObjectiveC migrator. If a class implements a protocol'sFariborz Jahanian2013-07-161-0/+15
| | | | | | properties, then class conforms to that protocol. llvm-svn: 186460
* ObjectiveC migration: complete migrating classFariborz Jahanian2013-07-161-0/+48
declaration to include list of protocols class conforms to. llvm-svn: 186443
OpenPOWER on IntegriCloud