[cfe-dev] Moving named cast helpers out of Sema

Daniel Dunbar daniel at zuster.org
Wed Nov 5 12:57:45 PST 2008


If the methods require the Sema object, I don't really think that moving
them out of Sema makes sense or makes the code better.
Chris?
 - Daniel

On Wed, Nov 5, 2008 at 11:02 AM, Sebastian Redl <
sebastian.redl at getdesigned.at> wrote:

> 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
>
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20081105/b3200019/attachment.html>


More information about the cfe-dev mailing list