It is possible to add a Polyspace comment in a sigle line to comment a MISRA rule AND a RTE warning?
9 ビュー (過去 30 日間)
古いコメントを表示
Cristina Golie
2015 年 7 月 10 日
回答済み: Alexandre De Barros
2015 年 7 月 10 日
Hello all, I have a question about Polyspace Code Prover R2014b:
- It is possible to add a Polyspace comment into a sigle line to comment one MISRA rule AND one RTE warning in a same time?
e.g.:
/* polyspace< MISRA-C3:8.9 ; RTE:NIV : Not a defect : Justify with annotations > explanation */
0 件のコメント
採用された回答
Alexandre De Barros
2015 年 7 月 10 日
Hello !
You can't mix two types in the same review comment but you can use two consecutive comments:
/* polyspace< MISRA-C3:8.9 : Not a defect : Justify with annotations > explanation 1*/
/* polyspace< RTE:NIV : Not a defect : Justify with annotations > explanation 2*/
Best regards,
Alexandre
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Polyspace Code Prover についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!