How do I add custom rules for data types separately?

조회 수: 2 (최근 30일)
Mounika
Mounika 2023년 2월 9일
답변: Anirban 2023년 2월 10일
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
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
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.
You can always contact MathWorks support if you need to.

댓글을 달려면 로그인하십시오.

답변 (1개)

Anirban
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?

태그

제품


릴리스

R2021b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by