[cfe-commits] [PATCH] Separate ObjC and blocks manglers from CXXNameMangler

John McCall rjmccall at apple.com
Wed May 26 10:42:18 PDT 2010


On May 25, 2010, at 11:24 PM, Charles Davis wrote:
> This patch is not intended to change functionality (outside of maybe,
> the way blocks get mangled). It extracts the Objective-C method and
> block mangler methods into their own class, MiscNameMangler. I don't
> really *need* this, but it will make my life easier (as others, namely
> you two, have pointed out) because now I don't have to duplicate this
> code for the upcoming MSVC mangler.

This looks fine to me.

John.



More information about the cfe-commits mailing list