Re: [PATCH v3] xen: Add MISRA support to cppcheck make rule

2022-06-23 Thread Stefano Stabellini
On Thu, 23 Jun 2022, Bertrand Marquis wrote: > > On 22 Jun 2022, at 22:52, Stefano Stabellini wrote: > > > > On Wed, 22 Jun 2022, Bertrand Marquis wrote: > >> Hi Stefano, > >> > >>> On 22 Jun 2022, at 01:00, Stefano Stabellini > >>> wrote: > >>> > >>> On Fri, 10 Jun 2022, Bertrand Marquis wro

Re: [PATCH v3] xen: Add MISRA support to cppcheck make rule

2022-06-23 Thread Bertrand Marquis
Hi Stefano, > On 22 Jun 2022, at 22:52, Stefano Stabellini wrote: > > On Wed, 22 Jun 2022, Bertrand Marquis wrote: >> Hi Stefano, >> >>> On 22 Jun 2022, at 01:00, Stefano Stabellini wrote: >>> >>> On Fri, 10 Jun 2022, Bertrand Marquis wrote: cppcheck MISRA addon can be used to check for

Re: [PATCH v3] xen: Add MISRA support to cppcheck make rule

2022-06-22 Thread Stefano Stabellini
On Wed, 22 Jun 2022, Bertrand Marquis wrote: > Hi Stefano, > > > On 22 Jun 2022, at 01:00, Stefano Stabellini wrote: > > > > On Fri, 10 Jun 2022, Bertrand Marquis wrote: > >> cppcheck MISRA addon can be used to check for non compliance to some of > >> the MISRA standard rules. > >> > >> Add a C

Re: [PATCH v3] xen: Add MISRA support to cppcheck make rule

2022-06-22 Thread Bertrand Marquis
Hi Stefano, > On 22 Jun 2022, at 01:00, Stefano Stabellini wrote: > > On Fri, 10 Jun 2022, Bertrand Marquis wrote: >> cppcheck MISRA addon can be used to check for non compliance to some of >> the MISRA standard rules. >> >> Add a CPPCHECK_MISRA variable that can be set to "y" using make comman

Re: [PATCH v3] xen: Add MISRA support to cppcheck make rule

2022-06-21 Thread Stefano Stabellini
On Fri, 10 Jun 2022, Bertrand Marquis wrote: > cppcheck MISRA addon can be used to check for non compliance to some of > the MISRA standard rules. > > Add a CPPCHECK_MISRA variable that can be set to "y" using make command > line to generate a cppcheck report including cppcheck misra checks. > >

Re: [PATCH v3] xen: Add MISRA support to cppcheck make rule

2022-06-15 Thread Michal Orzel
On 10.06.2022 11:13, Bertrand Marquis wrote: > cppcheck MISRA addon can be used to check for non compliance to some of > the MISRA standard rules. > > Add a CPPCHECK_MISRA variable that can be set to "y" using make command > line to generate a cppcheck report including cppcheck misra checks. > >

[PATCH v3] xen: Add MISRA support to cppcheck make rule

2022-06-10 Thread Bertrand Marquis
cppcheck MISRA addon can be used to check for non compliance to some of the MISRA standard rules. Add a CPPCHECK_MISRA variable that can be set to "y" using make command line to generate a cppcheck report including cppcheck misra checks. When MISRA checking is enabled, a file with a text descript