随笔分类 -  LLVM/Clang

Notes learning LLVM and Clang
Clang开发注意事项
摘要:Clang tools need their builtin headers and search for them the same way Clang does. Thus, the default location to look for builtin headers is in a pat 阅读全文

posted @ 2017-10-15 11:21 westwindrest 阅读(202) 评论(0) 推荐(0)

Clang FrontendActions
摘要:Clang FrontendAction 学习笔记 阅读全文

posted @ 2017-03-26 08:36 westwindrest 阅读(489) 评论(0) 推荐(0)

Clang RecursiveASTVisitor & ASTFrontendActions based on it
摘要:Clang RecursiveASTVisitor以及基于其的ASTFrontendActions学习笔记 阅读全文

posted @ 2017-03-25 14:45 westwindrest 阅读(1683) 评论(0) 推荐(0)

Clang Preprocessor 类的创建
摘要:Preprocessor 类创建的两种方式 阅读全文

posted @ 2017-02-23 17:43 westwindrest 阅读(830) 评论(0) 推荐(0)