[cfe-dev] Any way to disable typechecking while creating, parse-tree for libtooling

Nikola Smiljanic popizdeh at gmail.com
Tue Jul 15 19:18:20 PDT 2014


-cc1 -ast-dump should print you the built ast up to the point of error, or
are you talking about something else?


On Wed, Jul 16, 2014 at 7:04 AM, Tim Toomay <toomayt at toomaytech.com> wrote:

> It could be useful for doing a post mortem to see what fragment of the AST
> existed before the compile failed.  Typically the code is good up to a
> point, and that point is interesting.
>
> On 7/14/2014 11:19 PM, cfe-dev-request at cs.uiuc.edu wrote:
>
>> I don't think that you can transform invalid code, there's no ast for it
>> as
>> you've noticed, but this is not surprising. You have to make sure your
>> code
>> compiles, someone will correct me if I'm wrong.
>>
>
> --
> Tim Toomay
> Toomay Technologies Inc
> www.ToomayTech.com
>
> *****
>
> NOTICE OF CONFIDENTIALITY: The information contained in this e-mail and
> attachment(s), if any, is legally protected pursuant to the Electronic
> Communications Privacy Act, 18 U.S.C. 2510, et seq., inter alia, and may
> contain privileged and confidential information.  This communication is
> intended only for the use of each individual named above.  If you know, or
> have any reason to believe, that you are not an intended recipient, you are
> hereby notified that any dissemination or duplication of this e-mail is
> prohibited.  There is and shall be no waiver of any privilege or confidence
> by your receipt of this transmission.  If you know or have any reason to
> believe that you received this e-mail in error, please immediately notify
> us by e-mail or collect telephone call.
>
> _______________________________________________
> 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/20140716/12a6e767/attachment.html>


More information about the cfe-dev mailing list