[cfe-users] Extracting Clang AST on Windows from Visual Studio solution

Evgeny Karataev karataev.evgeny at gmail.com
Wed Oct 1 14:21:08 PDT 2014


Hello,

I am able to dump Clang AST for a single .c or .cpp file with following
command in Windows command prompt:
clang -cc1 -ast-dump -I path_to_MinWG_inlcude source_file.c >
clang_ast_file.txt

My question is whether it is possible to extract Clang ASTs for all source
files for all projects in a Visual Studio solution?

Thank you for any help in advance.

P.S.: If this is the wrong place to ask this question, please point me to
the correct place. Thank you.

Best Regards,
Evgeny Karataev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-users/attachments/20141001/3e7d336a/attachment.html>


More information about the cfe-users mailing list