MISRA C:2012 Rule 18.5
Declarations should contain no more than two levels of pointer nesting
説明
ルール定義
Declarations should contain no more than two levels of pointer nesting 1 .
根拠
2 レベルを超えるポインターの入れ子を使用すると、コードの動作が著しく理解しにくくなる可能性があります。使用を避けてください。
トラブルシューティング
ルール違反を想定していてもその違反が表示されない場合、コーディング規約違反が想定どおりに表示されない理由の診断を参照します。
例
チェック情報
| グループ: ポインターと配列 |
| カテゴリ: 推奨 |
| AGC カテゴリ: Readability |
1 All MISRA coding rules and directives are © Copyright The MISRA Consortium Limited 2021.
The MISRA coding standards referenced in the Polyspace® Bug Finder™ documentation are from the following MISRA standards:
MISRA C:2004
MISRA C:2012
MISRA C:2023
MISRA C++:2008
MISRA C++:2023
MISRA and MISRA C are registered trademarks of The MISRA Consortium Limited 2021.