主要内容

本页翻译不是最新的。点击此处可查看最新英文版本。

MISRA C++:2008 Rule 8-4-3

All exit paths from a function with non- void return type shall have an explicit return statement with an expression

描述

规则定义

All exit paths from a function with non- void return type shall have an explicit return statement with an expression.

故障排除

如果您预计存在违规,而 Polyspace® 未报告该违规,请参阅Diagnose Why Coding Standard Violations Do Not Appear as Expected

检查信息

组:声明符
类别:必需

版本历史记录

在 R2013b 中推出