Commit graph

7 commits

Author SHA1 Message Date
Jacob Carlborg
feabcf6907 Add ABI documentation of Objective-C protocols. 2020-12-06 13:17:40 +01:00
Yanis Zafirópulos
fb7947c330
General copy editing :) (#11935)
General copy editing :)
merged-on-behalf-of: Nicholas Wilson <thewilsonator@users.noreply.github.com>
2020-11-10 08:41:39 +01:00
Jacob Carlborg
0d61c3a01a Fix issue 19699: Obj-C segfault - in objc_glue.getClassName
The problem occurs when declaring an Objective-C root class and it
contains a method with a body.
2019-02-26 11:24:18 +01:00
Jacob Carlborg
fda4ddc1ed Add support for Objective-C super calls 2019-01-12 21:10:18 +01:00
Jacob Carlborg
4cd7909eff Add ABI documentation for Objective-C instance variables 2019-01-10 20:58:31 +01:00
Jacob Carlborg
f973754ffb Add ABI documentation for Objective-C classes 2019-01-07 20:08:52 +01:00
Jacob Carlborg
696f41b0f9 Start documenting the Objective-C ABI
This does not include the complete ABI, only what's necessary to call
instance methods and class methods. This document will be extended
when additional features are added.
2018-02-22 12:10:23 +01:00