Class name, methods to call within the specified class options are not showing in polyspace
Info
This question is closed. Reopen it to edit or answer.
Show older comments
Class name, methods to call within the specified class options are not visible and hence, i am unable to set -class-analyzer, -class-anlyzer-calls options in polyspace (Polyspace for C or C++ version R2013a (8.5))
Answers (1)
Alexandre De Barros
on 12 May 2017
1 vote
Hi,
these options are available if:
- the project is a C++ or C-C++ project
- the main generator is activated, i.e. you have activated the "Module or Library" mode
Regards,
Alex
2 Comments
Subramanya A Iyer
on 12 May 2017
Edited: Subramanya A Iyer
on 12 May 2017
Alexandre De Barros
on 12 May 2017
Edited: Alexandre De Barros
on 12 May 2017
Hello,
Classes related options like -class-analyzer, -class-anlyzer-calls... are indeed specific to a C++ or C-C++ project. They are not available in a C project, since there is no class in C.
Regards,
Alex
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!