Home
last modified time | relevance | path

Searched hist:"6 d17852d7f126392c9ad67fd703de783f65770d1" (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-bmc-code-mgmt/
H A D.clang-tidydiff 6d17852d7f126392c9ad67fd703de783f65770d1 Mon Jun 24 04:17:29 CDT 2024 Pavithra Barithaya <pavithrabarithaya07@gmail.com> clang-tidy: Enable performance-unnecessary-value-param check

This check flags value parameter declarations of expensive to copy
types that are copied for each invocation but it would suffice to
pass them by const reference.

Change-Id: I631deda63fcbb74362313c9596bf7e72933b0d0c
Signed-off-by: Pavithra Barithaya <pavithrabarithaya07@gmail.com>