How do you add multiple justifications to a single line of C++ code in polyspace?
14 ビュー (過去 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!