commit | 272bc1ca6cd0fbac10f22f0a89f47272ea9177ee | [log] [tgz] |
---|---|---|
author | Pavithra Barithaya <pavithrabarithaya07@gmail.com> | Sat Jun 22 06:46:35 2024 -0500 |
committer | Pavithra Barithaya <pavithrabarithaya07@gmail.com> | Thu Jul 04 13:49:16 2024 +0530 |
tree | cdf78fff8a3ae52852d7dc164b94d8df4065bca6 | |
parent | 48de55f778fae02191e31a2dd31d57f507253c24 [diff] |
clang-tidy: Enable cppcoreguidelines-explicit-virtual-functions This check enforces guidelines related to explicitly specifying override or final when overriding virtual functions in C++ classes. Change-Id: I5c7de19e9f7521f4b8a947a25540a44c400da104 Signed-off-by: Pavithra Barithaya <pavithrabarithaya07@gmail.com>
Phosphor BMC Code Management provides a set of system software management applications. More information can be found at Software Architecture
To build this package, do the following steps:
meson build
ninja -C build
To clean the repository run rm -r build
.