commit | 5b2e89a1ec70f645248bb6a20ddcf7748fe31ddc | [log] [tgz] |
---|---|---|
author | Pavithra Barithaya <pavithrabarithaya07@gmail.com> | Sat Jun 22 00:50:41 2024 -0500 |
committer | Pavithra Barithaya <pavithrabarithaya07@gmail.com> | Fri Jun 28 19:52:17 2024 +0000 |
tree | ff246d0ae904811e0ad2b835942e571a1ed231ce | |
parent | e9b5fe76974aded4b7ca3a37ec1663488d55dbb4 [diff] |
clang-tidy: Enable bugprone-implicit-widening-of-multiplication-result The check diagnoses instances where a result of a multiplication is implicitly widened, and suggests (with fix-it) to either silence the code by making widening explicit, or to perform the multiplication in a wider type, to avoid the widening afterwards. Change-Id: I97b1b3d3158d753e70bd2bd98f7938dc6e35af5a 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
.