Re: Curly bracket question
- From: Grant Edwards <grante@xxxxxxxx>
- Date: Sat, 29 Mar 2008 19:03:31 -0000
On 2008-03-29, CBFalconer <cbfalconer@xxxxxxxxx> wrote:
Are you claiming pclint is now freely downloadable?
There is a free (GPL) lint tool available at http://www.splint.org/
including a Windows binary for the 3.1.1 release.
I have that. I was wondering about pclint, which is better.
I spent a few days battling with splint, and never got it to do
anything useful.
In order to elimiate warnings about code like this:
unsigned uint8_t b;
b = 5;
You had to turn off warnings for code like this:
unsigned uint8_t b;
b = 12345;
After asking about this and several other significant problems
on the splint mailing list I was told that splint is intended
as a research project and not as something that's meant to be
useful for checking real-world source code.
At that point, I gave up on split.
--
Grant
.
- Follow-Ups:
- Re: Curly bracket question
- From: Grant Edwards
- Re: Curly bracket question
- References:
- Curly bracket question
- From: Martin Griffith
- Re: Curly bracket question
- From: John B
- Re: Curly bracket question
- From: CBFalconer
- Re: Curly bracket question
- From: Rich Webb
- Re: Curly bracket question
- From: CBFalconer
- Curly bracket question
- Prev by Date: Re: Curly bracket question
- Next by Date: Re: Speeding up a "for" loop (8051)
- Previous by thread: Re: Curly bracket question
- Next by thread: Re: Curly bracket question
- Index(es):
Relevant Pages
|