Skip to main content

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

Elena,

You can use flexelint format options to get one line error messages:

      -h1\
      -width=0\
      -'format=%(%f:%l:%) %t: %n: %m'\
      -'format4a=%(%f:%l:%) %t: %n: %m'\
      -'format4b=%(%f:%l:%) %t: %n: %m'\


--
Olexiy

width=0\format=%(%f:%l:%) %t: %n: %m'\format4a=%(%f:%l:%) %t: %n:
%m'\format4b=%(%f:%l:%) %t: %n: %m'\
On Fri, Apr 30, 2010 at 1:14 PM, Alena Laskavaia
<elaskavaia.cdt@xxxxxxxxx> wrote:
>
> I want to write flexelint integration using codan.
> The question is - where do I put it.
>
> The options are"
> a) do not commit to cdt
> b) make part of current codan examples plugin (would be hard to
> separate if somebody wants just it)
> c) make another plugin in codan
> c.1) just commit to cvs and don't include in ditribution
> c.2) commit as plugin and include in codan feature
>
> any suggestions?
>
> If you wondering what it would contain:
> - error parser, customized by flexelint format file (it is not trivial
> because it has multiline errors)
> - extension for problem details which would have a link to problem
> documentation from their web-site
> - possibly some quick fixes (such as adding comment to not show again)
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top