Re: [XEN PATCH] automation/eclair: add deviations of MISRA C Rule 5.5

2024-06-24 Thread Oleksii
On Fri, 2024-06-21 at 15:07 -0700, Stefano Stabellini wrote: > On Thu, 20 Jun 2024, Stefano Stabellini wrote: > > On Thu, 20 Jun 2024, Federico Serafini wrote: > > > MISRA C Rule 5.5 states that "Identifiers shall be distinct from > > > macro > > > names". > > > > > > Update ECLAIR configuration t

Re: [XEN PATCH] automation/eclair: add deviations of MISRA C Rule 5.5

2024-06-21 Thread Stefano Stabellini
On Thu, 20 Jun 2024, Stefano Stabellini wrote: > On Thu, 20 Jun 2024, Federico Serafini wrote: > > MISRA C Rule 5.5 states that "Identifiers shall be distinct from macro > > names". > > > > Update ECLAIR configuration to deviate: > > - macros expanding to their own name; > > - clashes between macr

Re: [XEN PATCH] automation/eclair: add deviations of MISRA C Rule 5.5

2024-06-20 Thread Stefano Stabellini
On Thu, 20 Jun 2024, Federico Serafini wrote: > MISRA C Rule 5.5 states that "Identifiers shall be distinct from macro > names". > > Update ECLAIR configuration to deviate: > - macros expanding to their own name; > - clashes between macros and non-callable entities; > - clashes related to the sele

[XEN PATCH] automation/eclair: add deviations of MISRA C Rule 5.5

2024-06-20 Thread Federico Serafini
MISRA C Rule 5.5 states that "Identifiers shall be distinct from macro names". Update ECLAIR configuration to deviate: - macros expanding to their own name; - clashes between macros and non-callable entities; - clashes related to the selection of specific implementations of string handling funct