本文介绍了clang的库文档的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我使用clang的库编写一个程序,将解析的
代码并将其放入一个结构。
有关于clang的图书馆的最新信息吗?
参考和教程会很好。
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.
推荐答案
看看和和。
编辑:。应该只有5天。
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.
这篇关于clang的库文档的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!