Re: Recommended ANSI C language coding standard compliance checker

2012-11-28 Thread Gregor Pintar
2012/11/28, Tito Mari Francis Escaño : > More than just using GCC, since my idea is to also consider LLVM and PCC. > Thanks for the advise. Looking forward for other options, especially what > the OpenBSD dev team does to ensure every file complies with the coding > standard. LLVM also has -ansi -

Re: Recommended ANSI C language coding standard compliance checker

2012-11-27 Thread Justin Mayes
nbsd.org Subject: Re: Recommended ANSI C language coding standard compliance checker +1. On Wed, Nov 28, 2012 at 12:46 AM, Philip Guenther wrote: > On Mon, Nov 26, 2012 at 8:10 PM, Tito Mari Francis Escaño > wrote: >> I'm trying to re-learn ANSI C as part of the effort to write a book &

Re: Recommended ANSI C language coding standard compliance checker

2012-11-27 Thread Gleydson Soares
+1. On Wed, Nov 28, 2012 at 12:46 AM, Philip Guenther wrote: > On Mon, Nov 26, 2012 at 8:10 PM, Tito Mari Francis Escaño > wrote: >> I'm trying to re-learn ANSI C as part of the effort to write a book for >> beginners or intermediate level. I'm thinking of including the use of ANSI >> C code com

Re: Recommended ANSI C language coding standard compliance checker

2012-11-27 Thread Philip Guenther
On Mon, Nov 26, 2012 at 8:10 PM, Tito Mari Francis Escaño wrote: > I'm trying to re-learn ANSI C as part of the effort to write a book for > beginners or intermediate level. I'm thinking of including the use of ANSI > C code compliance checker, similar to PHP CodeSniffer, that detects whether > a

Re: Recommended ANSI C language coding standard compliance checker

2012-11-27 Thread Tito Mari Francis Escaño
More than just using GCC, since my idea is to also consider LLVM and PCC. Thanks for the advise. Looking forward for other options, especially what the OpenBSD dev team does to ensure every file complies with the coding standard. On Tue, Nov 27, 2012 at 7:51 PM, Rares Aioanei wrote: > On Tue, 27

Re: Recommended ANSI C language coding standard compliance checker

2012-11-27 Thread Rares Aioanei
On Tue, 27 Nov 2012 12:10:27 +0800 Tito Mari Francis Escaño wrote: > Good day, > I'm trying to re-learn ANSI C as part of the effort to write a book > for beginners or intermediate level. I'm thinking of including the > use of ANSI C code compliance checker, similar to PHP CodeSniffer, > that det