Searched hist:"49875 a26a8a8510ee281bbf0e6828b618b66c4eb" (Results 1 – 3 of 3) sorted by relevance
/openbmc/phosphor-led-manager/manager/ |
H A D | manager.cpp | 49875a26a8a8510ee281bbf0e6828b618b66c4eb Thu Aug 22 19:58:59 CDT 2024 George Liu <liuxiwei@ieisystem.com> clang-tidy: Enable readability-implicit-bool-conversion check
This check can be used to find implicit conversions between built-in types and booleans. the following conversion types are checked: - integer expression/literal to boolean - floating expression/literal to boolean - pointer/pointer to member/nullptr/NULL to boolean - boolean expression/literal to integer - boolean expression/literal to floating
Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: I3f4bc8902e255d1c85ec57f47d9532ee7326a442
|
/openbmc/phosphor-led-manager/manager/lamptest/ |
H A D | lamptest.cpp | 49875a26a8a8510ee281bbf0e6828b618b66c4eb Thu Aug 22 19:58:59 CDT 2024 George Liu <liuxiwei@ieisystem.com> clang-tidy: Enable readability-implicit-bool-conversion check
This check can be used to find implicit conversions between built-in types and booleans. the following conversion types are checked: - integer expression/literal to boolean - floating expression/literal to boolean - pointer/pointer to member/nullptr/NULL to boolean - boolean expression/literal to integer - boolean expression/literal to floating
Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: I3f4bc8902e255d1c85ec57f47d9532ee7326a442
|
/openbmc/phosphor-led-manager/ |
H A D | .clang-tidy | 49875a26a8a8510ee281bbf0e6828b618b66c4eb Thu Aug 22 19:58:59 CDT 2024 George Liu <liuxiwei@ieisystem.com> clang-tidy: Enable readability-implicit-bool-conversion check
This check can be used to find implicit conversions between built-in types and booleans. the following conversion types are checked: - integer expression/literal to boolean - floating expression/literal to boolean - pointer/pointer to member/nullptr/NULL to boolean - boolean expression/literal to integer - boolean expression/literal to floating
Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: I3f4bc8902e255d1c85ec57f47d9532ee7326a442
|