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

Charles Davis cdavis at mymail.mines.edu
Tue May 25 23:24:38 PDT 2010


(NOTE: Since Doug has been working in this area, I've CC'd him, too.)

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.

Chip
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: mangler-separation.patch
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20100526/3bb0f799/attachment.ksh>


More information about the cfe-commits mailing list