Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Codan: lint integration

Without using makefile why? What scenarios of usage you have in mind?
There is a code analysis framework in CDT called "Codan" it has most
of common frontend components.
I did an integration with flexelint using it but backend was
integrated in makefile.
There are ways to integrate backend as well but it depends on usage scenarios.

On Thu, Jun 3, 2010 at 4:47 AM, Ludivine CASSAGNE
<ludivine.cassagne@xxxxxxxxxxxxxx> wrote:
> Greetings,
> I would like to create a front end for a command line static analysis tool
> (such as lint) without using the makefile.
> Should that integration be possible?
> It that's the case, do you have any example of that integration?
> Thank you and regards,
> Ludivine
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>


Back to the top