Documentation for clang's libraries

2019-04-13 13:42发布

问题:

I'm using clang's libraries to write a program that will take the parsed code and put it into a structure. is there any up to date information about clang's libraries? reference and tutorial would be nice.

回答1:

Have a look at the doc and a tut and a tut more.

Edit: A newer tutorial. Should only be 5 days old.

You might want to have a look at the clang Internals Manual and the cfe-dev mailing list.



标签: c++ c clang