摘要:
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 阅读全文
摘要:
非系统默认路径下的编译、链接、运行事宜 阅读全文
摘要:
学习过程中整理的一些C++知识点 阅读全文
摘要:
指定下列变量: DOPENSSL_INCLUDE_DIR:指向 openssl 1.0 的 include 目录 DOPENSSL_SSL_LIBRARIES:指向 openssl 1.0 的 lib 目录中的 libssl.so DOPENSSL_CRYPTO_LIBRARIES:指向 opens 阅读全文
摘要:
Clang FrontendAction 学习笔记 阅读全文
摘要:
Clang RecursiveASTVisitor以及基于其的ASTFrontendActions学习笔记 阅读全文
摘要:
Preprocessor 类创建的两种方式 阅读全文