On Tue, Jan 26, 2016 at 4:30 PM, Iain Buclaw <ibuc...@gdcproject.org> wrote: > > This patch series ultimately supports recent support for > extern(Objective-C) functions. However this simple addition exposed > two nasty bugs in the process. > > This addresses demangling function types. In real symbols, function > types are only ever seen following the pointer type symbol 'P'. So > this is reflected in both code and tests.
This is OK. Thanks. Ian