Searched hist:d9fcfcc174eb0e195105f3ba2e95456db29a4132 (Results 1 – 2 of 2) sorted by relevance
/openbmc/bmcweb/ |
H A D | .clang-tidy | d9fcfcc174eb0e195105f3ba2e95456db29a4132 Thu Jul 06 14:14:44 CDT 2023 Ed Tanous <edtanous@google.com> Tidy enable modernize-redundant-void-arg
We have places where we explicitly set something to the pattern of method(void)
This is no longer necessary to declare, so fix the places where we do it to make the codebase consistent, and enable the check.
Tested: Clang-tidy passes.
Change-Id: I3ef03fc07d65b656fecbcfea638dd12ba95f22e0 Signed-off-by: Ed Tanous <edtanous@google.com>
|
/openbmc/bmcweb/redfish-core/src/ |
H A D | error_messages.cpp | d9fcfcc174eb0e195105f3ba2e95456db29a4132 Thu Jul 06 14:14:44 CDT 2023 Ed Tanous <edtanous@google.com> Tidy enable modernize-redundant-void-arg
We have places where we explicitly set something to the pattern of method(void)
This is no longer necessary to declare, so fix the places where we do it to make the codebase consistent, and enable the check.
Tested: Clang-tidy passes.
Change-Id: I3ef03fc07d65b656fecbcfea638dd12ba95f22e0 Signed-off-by: Ed Tanous <edtanous@google.com>
|