How do you add multiple justifications to a single line of C++ code in polyspace?
12 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
Shubham
2023-9-29
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 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 MISRA C:2012 Directives and Rules 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!