[cfe-dev] Adding support for Cloning in the AST

moataz ragab mtzrgb at gmail.com
Sun May 24 22:50:05 PDT 2009


On Thu, May 21, 2009 at 1:53 PM, Sebastian Redl <
sebastian.redl at getdesigned.at> wrote:

> moataz ragab wrote:
> >
> > Hi,
> >
> > Attached is a new patch. I have made the debug messages more clear.
> > if you see **PASS: calling clone from ImplicitCastExpr  then
> > implicitExprCast clone was called successfully
> > if you see **FAIL: calling the base class clone for the following:
> > ..               then it failed
> >
> > For me I got the second message printed.
> The patch fails to apply to current trunk. Can you update and recreate,
> please?
>
> I updated Clang and LLVM and guess what? it works well and the issue
disappeared. I believe there was an issue and either it is solved or hidden.
Attached the patch working with the latest revision for your reference.

Moataz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20090525/5277595d/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: clone.diff
Type: text/x-patch
Size: 10016 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20090525/5277595d/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: RewriteLoopUnroll.cpp
Type: text/x-c++src
Size: 11169 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20090525/5277595d/attachment.cpp>


More information about the cfe-dev mailing list