[cfe-dev] Adding support for Cloning in the AST
moataz ragab
mtzrgb at gmail.com
Tue May 19 19:06:15 PDT 2009
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.
Thanks
Moataz
On Mon, May 18, 2009 at 3:06 PM, Sebastian Redl <
sebastian.redl at getdesigned.at> wrote:
> moataz ragab wrote:
> > Sabastian,
> > You get different result than what I get. I get the debug message of
> > the base class printed but not of the ImplicitCastExpr debug messages.
> > >> "calling the base class clone for the following: ImplicitCastExpr"
> >
> > this confirms that it is not the code. it is something else.
> Well, you could start by sending me the code you're actually using,
> because the patch you sent doesn't contain anything to print debug
> messages.
> > Can you tell me which reversion you are using for llvm & Clang
> > I am using llvm & Clang reversion 71770. and gcc 4.3.2 20081105 (Red
> > Hat 4.3.2-7)
> I'm at the 719xx level. GCC 4.3.3 Gentoo.
>
> Sebastian
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20090520/08a2720e/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: clone.diff
Type: text/x-patch
Size: 11258 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20090520/08a2720e/attachment.bin>
More information about the cfe-dev
mailing list