| commit | d1c86585bb3080f0efd4a45d110bf4b2e235a585 | [log] [tgz] |
|---|---|---|
| author | Pavithra Barithaya <pavithrabarithaya07@gmail.com> | Mon Jun 24 03:23:41 2024 -0500 |
| committer | Pavithra Barithaya <pavithrabarithaya07@gmail.com> | Thu Jul 04 13:50:50 2024 +0530 |
| tree | 34d34fc90dce8bf6eb2da9cc82c6b20001c402c3 | |
| parent | 27d493884b04576ef59d0d9d7180f6042bfefc6d [diff] |
clang-tidy: Enable performance-for-range-copy check This check optimizes performance in C++ for range-based loops (for (auto element : container)), the key consideration is to avoid unnecessary copies of elements, especially when dealing with larger or more complex objects. Change-Id: I3349630950f72e1c0365b2ab23b7858c1bfbc9d4 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 buildninja -C buildTo clean the repository run rm -r build.