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.
I’m using clang’s libraries to write a program that will take the parsed code
Share
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.