commit | 8c6a2654b816aaf4b9a738690acadef298547024 | [log] [tgz] |
---|---|---|
author | Pavithra Barithaya <pavithrabarithaya07@gmail.com> | Sat Jun 22 01:26:04 2024 -0500 |
committer | Pavithra Barithaya <pavithrabarithaya07@gmail.com> | Thu Jul 04 13:44:57 2024 +0530 |
tree | 455b94ffba302975e92164ab5a8d03f964de5ab4 | |
parent | 9de4b8cd08e2993e16a35391ec0bb0b3062c892d [diff] |
clang-tidy: Add clang-analyzer checks This checks primary purpose is to identify potential bugs,security vulnerabilities, and adherence to coding standards by examining the source code without executing it. Change-Id: I5cd2ecb4df182e766d4d118fdefeae4931df422b 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
.