Hi,<div><br></div><div>wrote a small program which might help to use the tools, which are using the tooling library. My understanding was that these tools need some compilation database. And one format is the JSON compilation database, which comes for free in a cmake project. Other projects could have difficulties to generate such file. And that's where a tool could help.</div>
<div><br></div><div>  <a href="https://github.com/rizsotto/Bear">https://github.com/rizsotto/Bear</a><br></div><div><br></div><div>It runs the build command and intercept the 'exec' calls, filters the compiler invocations and generate the output file. (It is using LD_PRELOAD from GNU Libc, so it is not really portable.)</div>
<div><br></div><div>I know these kind of tools are out of scope here. But wanted to mention, because it could simplify to solve some cases. At least it did to me. ;)</div><div><br></div><div>Regards,</div><div>Laszlo</div>