MISRA C:2023 Rule 20.14
All #else, #elif and #endif preprocessor directives shall reside in the same file as the #if, #ifdef or #ifndef directive to which they are related
R2024a 以降
説明
ルール定義
All #else, #elif and #endif preprocessor directives shall reside in the same file as the #if, #ifdef or #ifndef directive to which they are related 1 .
根拠
条件付きのコンパイル命令がコードのブロックを含んでいる、あるいは除外しており、複数のファイルにまたがっている場合、混乱が生じます。#if 命令を同じファイル内で終了させると、コードの視覚上の複雑さとエラーの発生率は軽減されます。
#if 命令を同じファイル内で終了させると、#if 命令をインクルードされたファイル内で使用できます。
トラブルシューティング
ルール違反を想定していてもその違反が表示されない場合、コーディング規約違反が想定どおりに表示されない理由の診断を参照します。
チェック情報
| グループ: プリプロセッサ命令 |
| カテゴリ: 必要 |
| AGC カテゴリ: 必要 |
バージョン履歴
R2024a で導入
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.