How do I add custom rules for data types separately?
조회 수: 4 (최근 30일)
이전 댓글 표시
Hello Team,
Instead of using typedef for declaring int /float/pointer , how Can I add custom rules for Int /float/pointer separately in the custom rules section . Also for Char datatype where Can I add custom rules?
댓글 수: 2
Jan
2023년 2월 9일
At least I do not know, what you are talking about. Maybe it helps if you mention the topic or explain, what you try to do where with which tools.
the cyclist
2023년 2월 9일
@Mounika, I just want to mention that there are very few questions about Polyspace in this forum, so this question might not get as many responses as questions about base MATLAB or more common toolboxes do.
답변 (1개)
Anirban
2023년 2월 10일
Custom rules in the Type definitions category only apply to typedef-s. All typedef-s of integer types are flagged by a different rule from typedef-s of floating point types (rule 3.1 vs rule 3.2). In this sense, the custom rules are already separated. Can you give an example of what you would like to see?
If you want to simply flag basic types such as char, int, etc., there is a MISRA C:2012 directive for that, and a Polyspace Bug Finder checker to detect violations of this directive. Maybe this is what you want?
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Custom Coding Rules에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!