Searched hist:"80 f51bbb5ce8468515fd082bcff1dd570416a42e" (Results 1 – 3 of 3) sorted by relevance
/openbmc/phosphor-led-manager/manager/ |
H A D | manager.hpp | 80f51bbb5ce8468515fd082bcff1dd570416a42e Thu Aug 22 07:17:36 CDT 2024 George Liu <liuxiwei@ieisystem.com> clang-tidy: Enable readability-avoid-const-params-in-decls check
Checks whether a function declaration has parameters that are top level const. const values in declarations do not affect the signature of a function, so they should not be put there.
Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: Ic4c2fc0f4ce0ce03fd6621d1f8c928890cf5da88
|
H A D | manager.cpp | 80f51bbb5ce8468515fd082bcff1dd570416a42e Thu Aug 22 07:17:36 CDT 2024 George Liu <liuxiwei@ieisystem.com> clang-tidy: Enable readability-avoid-const-params-in-decls check
Checks whether a function declaration has parameters that are top level const. const values in declarations do not affect the signature of a function, so they should not be put there.
Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: Ic4c2fc0f4ce0ce03fd6621d1f8c928890cf5da88
|
/openbmc/phosphor-led-manager/ |
H A D | .clang-tidy | 80f51bbb5ce8468515fd082bcff1dd570416a42e Thu Aug 22 07:17:36 CDT 2024 George Liu <liuxiwei@ieisystem.com> clang-tidy: Enable readability-avoid-const-params-in-decls check
Checks whether a function declaration has parameters that are top level const. const values in declarations do not affect the signature of a function, so they should not be put there.
Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: Ic4c2fc0f4ce0ce03fd6621d1f8c928890cf5da88
|