commit | bddb0a462b01f2582ab43af318fa19580c6e8cd2 | [log] [tgz] |
---|---|---|
author | Pavithra Barithaya <pavithrabarithaya07@gmail.com> | Wed Jun 26 07:50:38 2024 -0500 |
committer | Pavithra Barithaya <pavithrabarithaya07@gmail.com> | Wed Jul 10 05:56:02 2024 +0000 |
tree | b666e5372fd1d879276bd32b50a78b5d79eddf3b | |
parent | 2d5704e62bd2f3216a8aa6f0be4daefaf0274435 [diff] |
clang-tidy: Enable readability-redundant-string-cstr check This check finds unnecessary calls to std::string::c_str(). Change-Id: I4bf2b9848ad6b6fa748f8e3bdd8d670cdeee90ff 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
.