Re: [PATCH 01/17] misra: add deviation for headers that explicitly avoid guards

2024-07-03 Thread Jan Beulich
On 01.07.2024 13:10, Alessandro Zucchelli wrote: > --- a/docs/misra/safe.json > +++ b/docs/misra/safe.json > @@ -68,6 +68,14 @@ > }, > { > "id": "SAF-8-safe", > +"analyser": { > +"eclair": "MC3R1.D4.10" > +}, > +"nam

[PATCH 01/17] misra: add deviation for headers that explicitly avoid guards

2024-07-01 Thread Alessandro Zucchelli
From: Simone Ballarin Some headers, under specific circumstances (documented in a comment at the beginning of the file), explicitly avoid inclusion guards: the caller is responsible for including them correctly. These files are not supposed to comply with Directive 4.10: "Precautions shall be ta