[cfe-dev] Using libclang for simple per file static analysis

Catalin Iacob iacobcatalin at gmail.com
Tue Jul 2 13:23:36 PDT 2013


On Mon, Jul 1, 2013 at 11:32 PM, Sean Silva <silvas at purdue.edu> wrote:
> I recommend looking at generating a JSON compilation database, which is the
> usual way to work around the issue:
> <http://clang.llvm.org/docs/JSONCompilationDatabase.html>.

Thanks, I missed this. It seems like a reasonable solution since the
Bear tool that generates the compilation database is very easy to
integrate with build systems.



More information about the cfe-dev mailing list