Searched hist:"31584 d20b7f8216bb1b2e95bbee216195a1282aa" (Results 1 – 2 of 2) sorted by relevance
/openbmc/phosphor-state-manager/ |
H A D | .clang-tidy | 31584d20b7f8216bb1b2e95bbee216195a1282aa Thu Jun 20 09:12:03 CDT 2024 Pavithra Barithaya <pavithrabarithaya07@gmail.com> clang-tidy: Enable bugprone-forward-declaration-namespace check
This checks if an unused forward declaration is in a wrong namespace. The check inspects all unused forward declarations and checks if there is any declaration/definition with the same name existing, which could indicate that the forward declaration is in a potentially wrong namespace.
Change-Id: Ie75495d7b054245d6328e7f946775d72220cbe1e Signed-off-by: Pavithra Barithaya <pavithrabarithaya07@gmail.com>
|
H A D | scheduled_host_transition.hpp | 31584d20b7f8216bb1b2e95bbee216195a1282aa Thu Jun 20 09:12:03 CDT 2024 Pavithra Barithaya <pavithrabarithaya07@gmail.com> clang-tidy: Enable bugprone-forward-declaration-namespace check
This checks if an unused forward declaration is in a wrong namespace. The check inspects all unused forward declarations and checks if there is any declaration/definition with the same name existing, which could indicate that the forward declaration is in a potentially wrong namespace.
Change-Id: Ie75495d7b054245d6328e7f946775d72220cbe1e Signed-off-by: Pavithra Barithaya <pavithrabarithaya07@gmail.com>
|