How do you add multiple justifications to a single line of C++ code in polyspace?
12 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hello,
I get multiple polyspace findings on a single line of C++ code (MISRA 16-0-2, MISRA 16-2-1, etc).
For this instance I would like to justify the single line of code; however, I would like to do so using the comment annotation in the code.
I copy from the clipboard to justify a single error... how do I justify more than one?
Thanks!
0 comentarios
Respuestas (1)
Shubham
el 29 de Sept. de 2023
Hi Aaron,
I understand you want to add mutiple annotations to the single line of code in Polyspace.
It depends on what annotations you want to add to your line of code.
If you want to specify multiple families in the same annotation
line of code; /* polyspace MISRA2012:17.* RTE:* */
This annotation applies to all MISRA C:2012 rules 17 and to all run-time checks.
You can refer to this documentation to know more about annotations.
0 comentarios
Ver también
Categorías
Más información sobre MISRA C:2012 Directives and Rules en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!