[LLVMdev] Reading the AST from the bitcode generated by clang

Konstantin Tokarev annulen at yandex.ru
Wed Aug 1 03:21:32 PDT 2012



> Hi all,
> After reading the documentation on clang I still have the following
> question:
> How do I read the bitcode generated by clang from a C++ file? I need to
> have all the AST information in memory.

AST has nothing to do with LLVM bitcode.

 -- 
Regards,
Konstantin



More information about the llvm-dev mailing list