Searched hist:"80 c2daae12d8ca7a9f9d033bdeb47b295853cf01" (Results 1 – 4 of 4) sorted by relevance
/openbmc/phosphor-psu-code-mgmt/test/ |
H A D | test_version.cpp | diff 80c2daae12d8ca7a9f9d033bdeb47b295853cf01 Fri Aug 23 02:46:12 CDT 2024 George Liu <liuxiwei@ieisystem.com> clang-tidy: Enable readability-convert-member-functions-to-static
This check finds non-static member functions that can be made static because the functions don’t use this. This check also triggers readability-static-accessed-through -instance check as we are trying to access a static member function through an instance.
Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: I6c06c61e8f199247e74aca3443741683e3853274
|
H A D | test_item_updater.cpp | diff 80c2daae12d8ca7a9f9d033bdeb47b295853cf01 Fri Aug 23 02:46:12 CDT 2024 George Liu <liuxiwei@ieisystem.com> clang-tidy: Enable readability-convert-member-functions-to-static
This check finds non-static member functions that can be made static because the functions don’t use this. This check also triggers readability-static-accessed-through -instance check as we are trying to access a static member function through an instance.
Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: I6c06c61e8f199247e74aca3443741683e3853274
|
/openbmc/phosphor-psu-code-mgmt/ |
H A D | .clang-tidy | diff 80c2daae12d8ca7a9f9d033bdeb47b295853cf01 Fri Aug 23 02:46:12 CDT 2024 George Liu <liuxiwei@ieisystem.com> clang-tidy: Enable readability-convert-member-functions-to-static
This check finds non-static member functions that can be made static because the functions don’t use this. This check also triggers readability-static-accessed-through -instance check as we are trying to access a static member function through an instance.
Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: I6c06c61e8f199247e74aca3443741683e3853274
|
/openbmc/phosphor-psu-code-mgmt/src/ |
H A D | item_updater.hpp | diff 80c2daae12d8ca7a9f9d033bdeb47b295853cf01 Fri Aug 23 02:46:12 CDT 2024 George Liu <liuxiwei@ieisystem.com> clang-tidy: Enable readability-convert-member-functions-to-static
This check finds non-static member functions that can be made static because the functions don’t use this. This check also triggers readability-static-accessed-through -instance check as we are trying to access a static member function through an instance.
Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: I6c06c61e8f199247e74aca3443741683e3853274
|