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 macros and non-callable entities; > > - clashes related to the selection of specific implementations of string > > handling functions. > > > > Signed-off-by: Federico Serafini <federico.seraf...@bugseng.com> > > Reviewed-by: Stefano Stabellini <sstabell...@kernel.org>
I would like to ask for a release-ack as its effect is limited to ECLAIR analysis results and rule 5.5 is not blocking anyway (it is allowed to fail).