Searched hist:"3 d48751b131ebf66fdc38d4eac4f44b42ca20a3f" (Results 1 – 6 of 6) sorted by relevance
/openbmc/phosphor-led-manager/test/ |
H A D | utest-led-yaml-led-priority.cpp | 3d48751b131ebf66fdc38d4eac4f44b42ca20a3f Thu Aug 22 20:19:57 CDT 2024 George Liu <liuxiwei@ieisystem.com> clang-tidy: Enable readability-qualified-auto check
This check aims to improve code readability by suggesting the use of const auto * instead of auto for variables that are pointers or iterators. This helps clarify the const-ness of the pointed-to object or container elements.
Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: Ia132b6dd8ae4e3c16809326f6055396666abc95a
|
H A D | utest-serialize.cpp | 3d48751b131ebf66fdc38d4eac4f44b42ca20a3f Thu Aug 22 20:19:57 CDT 2024 George Liu <liuxiwei@ieisystem.com> clang-tidy: Enable readability-qualified-auto check
This check aims to improve code readability by suggesting the use of const auto * instead of auto for variables that are pointers or iterators. This helps clarify the const-ness of the pointed-to object or container elements.
Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: Ia132b6dd8ae4e3c16809326f6055396666abc95a
|
H A D | utest-led-yaml-group-priority.cpp | 3d48751b131ebf66fdc38d4eac4f44b42ca20a3f Thu Aug 22 20:19:57 CDT 2024 George Liu <liuxiwei@ieisystem.com> clang-tidy: Enable readability-qualified-auto check
This check aims to improve code readability by suggesting the use of const auto * instead of auto for variables that are pointers or iterators. This helps clarify the const-ness of the pointed-to object or container elements.
Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: Ia132b6dd8ae4e3c16809326f6055396666abc95a
|
H A D | utest.cpp | 3d48751b131ebf66fdc38d4eac4f44b42ca20a3f Thu Aug 22 20:19:57 CDT 2024 George Liu <liuxiwei@ieisystem.com> clang-tidy: Enable readability-qualified-auto check
This check aims to improve code readability by suggesting the use of const auto * instead of auto for variables that are pointers or iterators. This helps clarify the const-ness of the pointed-to object or container elements.
Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: Ia132b6dd8ae4e3c16809326f6055396666abc95a
|
/openbmc/phosphor-led-manager/manager/ |
H A D | manager.cpp | 3d48751b131ebf66fdc38d4eac4f44b42ca20a3f Thu Aug 22 20:19:57 CDT 2024 George Liu <liuxiwei@ieisystem.com> clang-tidy: Enable readability-qualified-auto check
This check aims to improve code readability by suggesting the use of const auto * instead of auto for variables that are pointers or iterators. This helps clarify the const-ness of the pointed-to object or container elements.
Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: Ia132b6dd8ae4e3c16809326f6055396666abc95a
|
/openbmc/phosphor-led-manager/ |
H A D | .clang-tidy | 3d48751b131ebf66fdc38d4eac4f44b42ca20a3f Thu Aug 22 20:19:57 CDT 2024 George Liu <liuxiwei@ieisystem.com> clang-tidy: Enable readability-qualified-auto check
This check aims to improve code readability by suggesting the use of const auto * instead of auto for variables that are pointers or iterators. This helps clarify the const-ness of the pointed-to object or container elements.
Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: Ia132b6dd8ae4e3c16809326f6055396666abc95a
|