<div dir="auto"><div dir="auto">If the straight line tutorials end up not working, you may be able to find some inspiration for workarounds in IWYU:</div><div dir="auto"><a href="https://github.com/include-what-you-use/include-what-you-use/blob/master/CMakeLists.txt">https://github.com/include-what-you-use/include-what-you-use/blob/master/CMakeLists.txt</a></div><div dir="auto"><br></div><div dir="auto">And:</div><div dir="auto"><a href="https://github.com/include-what-you-use/include-what-you-use/blob/master/.travis.yml">https://github.com/include-what-you-use/include-what-you-use/blob/master/.travis.yml</a></div><div dir="auto"><br></div><div dir="auto">- Kim </div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Nov 13, 2019, 17:26 Laurent Thévenoux via cfe-dev <<a href="mailto:cfe-dev@lists.llvm.org">cfe-dev@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word;line-break:after-white-space">Hi,<div><br></div><div>I’m trying to develop a clang-tool, following such kind of tutorial : <a href="https://clang.llvm.org/docs/LibASTMatchersTutorial.html" target="_blank" rel="noreferrer">https://clang.llvm.org/docs/LibASTMatchersTutorial.html</a>.</div><div><br></div><div>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><br></div><div>Regards,</div><div>Laurent</div></div>_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@lists.llvm.org" target="_blank" rel="noreferrer">cfe-dev@lists.llvm.org</a><br>
<a href="https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev" rel="noreferrer noreferrer" target="_blank">https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev</a><br>
</blockquote></div>