[cfe-dev] Missing statements in the Clang print AST

Miguel Aguilar miguel.aguilar at ice.rwth-aachen.de
Fri Jan 18 04:33:37 PST 2013


Dimitri,

One last question, Is it possible to call only the frontend such that 
the proper options of the system are set, just like the driver does.

Thanks,

Miguel

On 01/18/2013 12:08 PM, Dmitri Gribenko wrote:
> On Fri, Jan 18, 2013 at 1:03 PM, Miguel Aguilar
> <miguel.aguilar at ice.rwth-aachen.de>  wrote:
>> I think my mistake is that I was trying to have a look into the AST but the
>> code is still not completely compiling due to errors while searching for
>> headers. The standard c/c++ libraries are already set by default in clang or
>> should I specify the paths to the system headers (e.g /usr/include ..)?
> Please note that there is a difference between the driver and the
> frontend.  It is described here:
>
> http://clang.llvm.org/docs/FAQ.html#id2
>
> Dmitri
>




More information about the cfe-dev mailing list