<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi,<div class=""><br class=""></div><div class="">I’m trying to develop a clang-tool, following such kind of tutorial : <a href="https://clang.llvm.org/docs/LibASTMatchersTutorial.html" class="">https://clang.llvm.org/docs/LibASTMatchersTutorial.html</a>.</div><div class=""><br class=""></div><div class="">I’m using GitHub with Travis-CI and I can’t build clang/llvm on Travis because of the free-plan constraints. I’m wondering if it is possible to build such a tool without having to build clang/llvm, i.e., is there a way to simply install clang (from any package manager) with its LibTooling and LibASTMatchers, to which I could link my tool with?</div><div class=""><br class=""></div><div class="">Regards,</div><div class="">Laurent</div></body></html>