Home
last modified time | relevance | path

Searched hist:"437 f0b27" (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-state-manager/test/
H A Dsystemd_parser.cpp437f0b27 Fri Jun 21 07:58:37 CDT 2024 Pavithra Barithaya <pavithrabarithaya07@gmail.com> clang-tidy: Enable modernize-use-emplace check

The check flags insertions to an STL-style container done by
calling the push_back, push, or push_front methods with an
explicitly-constructed temporary of the container element type.
In this case, the corresponding emplace equivalent methods result
in less verbose and potentially more efficient code.

Change-Id: I1e7ae19ef1400c83717b2df48f3314ba4e96423e
Signed-off-by: Pavithra Barithaya <pavithrabarithaya07@gmail.com>
/openbmc/phosphor-state-manager/
H A Dsystemd_target_parser.cpp437f0b27 Fri Jun 21 07:58:37 CDT 2024 Pavithra Barithaya <pavithrabarithaya07@gmail.com> clang-tidy: Enable modernize-use-emplace check

The check flags insertions to an STL-style container done by
calling the push_back, push, or push_front methods with an
explicitly-constructed temporary of the container element type.
In this case, the corresponding emplace equivalent methods result
in less verbose and potentially more efficient code.

Change-Id: I1e7ae19ef1400c83717b2df48f3314ba4e96423e
Signed-off-by: Pavithra Barithaya <pavithrabarithaya07@gmail.com>
H A D.clang-tidy437f0b27 Fri Jun 21 07:58:37 CDT 2024 Pavithra Barithaya <pavithrabarithaya07@gmail.com> clang-tidy: Enable modernize-use-emplace check

The check flags insertions to an STL-style container done by
calling the push_back, push, or push_front methods with an
explicitly-constructed temporary of the container element type.
In this case, the corresponding emplace equivalent methods result
in less verbose and potentially more efficient code.

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