commit | 27d493884b04576ef59d0d9d7180f6042bfefc6d | [log] [tgz] |
---|---|---|
author | Pavithra Barithaya <pavithrabarithaya07@gmail.com> | Mon Jun 24 01:52:42 2024 -0500 |
committer | Pavithra Barithaya <pavithrabarithaya07@gmail.com> | Thu Jul 04 13:50:41 2024 +0530 |
tree | 8bcfb267e523f96cf1b422f91d9ee6121c8e1512 | |
parent | 82be85895b21f08ced869a336cb594add9c20ff1 [diff] |
clang-tidy: Enable performance-faster-string-find check This check optimizes the calls to std::string::find() when the input passed is a single character string literal. The character literal overload is more efficient. Change-Id: I3c95a4214a4e858697c4b40927e0ef990ea86cef 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
.