Static or dynamic code analysis software

2012-01-16 Thread Chris Smith
Hi, Are there any dynamic or static C code analysis tools available for OpenBSD? I've historically used valgrind on Linux and whilst I know it is not compatible with OpenBSD, I'd still like to be able to check that I've not made any hideous cock-ups in my code. A few minutes of poking around the

Re: Static or dynamic code analysis software

2012-01-16 Thread Norman Golisz
Hi Chris, On Mon Jan 16 2012 12:21, Chris Smith wrote: Are there any dynamic or static C code analysis tools available for OpenBSD? there has been a thread around here [1]. Examples include lint, cppcheck, clang's static analyser and parfait. Yours, Norman [1]

Re: Static or dynamic code analysis software

2012-01-16 Thread Steffen Daode Nurpmeso
Chris Smith wrote [2012-01-16 13:21+0100]: Are there any dynamic or static C code analysis tools available for OpenBSD? [swoosh] You may try llvm from packages, it aims to have a good analyzer. lint(1) is in base. I'd still like to be able to check that I've not made any hideous cock-ups in