Searched hist:f05925599f7ad2b07e326eb3413a488ce21bd1c6 (Results 1 – 8 of 8) sorted by relevance
/openbmc/phosphor-led-manager/manager/lamptest/ |
H A D | lamptest.hpp | f05925599f7ad2b07e326eb3413a488ce21bd1c6 Thu Aug 22 20:46:17 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: I6efe76666f75fb4f65621796466d9347cea25d01
|
H A D | lamptest.cpp | f05925599f7ad2b07e326eb3413a488ce21bd1c6 Thu Aug 22 20:46:17 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: I6efe76666f75fb4f65621796466d9347cea25d01
|
/openbmc/phosphor-led-manager/ |
H A D | utils.hpp | f05925599f7ad2b07e326eb3413a488ce21bd1c6 Thu Aug 22 20:46:17 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: I6efe76666f75fb4f65621796466d9347cea25d01
|
H A D | utils.cpp | f05925599f7ad2b07e326eb3413a488ce21bd1c6 Thu Aug 22 20:46:17 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: I6efe76666f75fb4f65621796466d9347cea25d01
|
H A D | .clang-tidy | f05925599f7ad2b07e326eb3413a488ce21bd1c6 Thu Aug 22 20:46:17 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: I6efe76666f75fb4f65621796466d9347cea25d01
|
/openbmc/phosphor-led-manager/manager/ |
H A D | manager.hpp | f05925599f7ad2b07e326eb3413a488ce21bd1c6 Thu Aug 22 20:46:17 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: I6efe76666f75fb4f65621796466d9347cea25d01
|
H A D | manager.cpp | f05925599f7ad2b07e326eb3413a488ce21bd1c6 Thu Aug 22 20:46:17 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: I6efe76666f75fb4f65621796466d9347cea25d01
|
/openbmc/phosphor-led-manager/fault-monitor/ |
H A D | fru-fault-monitor.hpp | f05925599f7ad2b07e326eb3413a488ce21bd1c6 Thu Aug 22 20:46:17 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: I6efe76666f75fb4f65621796466d9347cea25d01
|