Searched hist:d63c72ea488b808f5574e61585334a3ffb90c258 (Results 1 – 1 of 1) sorted by relevance
/openbmc/bmcweb/ |
H A D | .clang-tidy | d63c72ea488b808f5574e61585334a3ffb90c258 Thu Jan 06 14:49:12 CST 2022 Ed Tanous <edtanous@google.com> Enable clang-tidy checks we already pass
clang-13 brought some additional checks we can turn on that we already pass, so enable them. List of checks can be found in the diff, and includes the suspicious includes check, which we previously had to disable due to a clang bug.
Tested: Code compiles, clang-tidy passes
Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: I1a4d1da0a8e775cdeb6b898bc1cdb0f3f7b6f06a
|