[cfe-dev] Moving named cast helpers out of Sema
Sebastian Redl
sebastian.redl at getdesigned.at
Wed Nov 5 11:02:24 PST 2008
Hi,
Attached patch moves the C++ named cast helper functions out of Sema and
makes them static functions local to their own file., as requested by
Chris. (The patch also moves all named cast stuff to its own file.)
Unfortunately, this requires making a few helper functions that are
private in Sema public, so I'm not sure if this patch is a good idea.
What do you think?
The critical changes are those to Sema.h. The others are big but harmless.
Sebastian
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: cast.patch
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20081105/ce70ba35/attachment.ksh>
More information about the cfe-dev
mailing list