commit | d4d22b04f18df2214d75527890bae00ca9ddaa0a | [log] [tgz] |
---|---|---|
author | Lei YU <yulei.sh@bytedance.com> | Fri Feb 07 05:31:08 2025 +0000 |
committer | Lei YU <yulei.sh@bytedance.com> | Fri Feb 07 05:32:19 2025 +0000 |
tree | 053ba595d1a74e4e9832b3de1c72ac2cbd28d90b | |
parent | 88a82dbcc7ba79bb7a8193ae066836216887c6af [diff] |
clang-tidy: Enable bugprone-unchecked-optional-access Enable bugprone-unchecked-optional-access to detect the case that it accesses std::optional without checking empty. See https://gerrit.openbmc.org/c/openbmc/docs/+/78034 for details. Change-Id: I5c2ccf5a734e9769d77c48e0de725ee87fac01af Signed-off-by: Lei YU <yulei.sh@bytedance.com>