Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 9aa2e68f authored by Jordan R Abrahams-Whitehead's avatar Jordan R Abrahams-Whitehead
Browse files

floss: Qualify moves as std::move

Originally, these moves all were preceeded by std::.
However, this was changed a few years ago to improve the
signal-to-noise ratio when reading the code to omit the
std:: through using std::move.

However, this isn't recommended by upstream clang at all,
move in particular should always be preceeded by the appropriate
qualified std:: namespace. This warning is being enabled
in newer versions of clang, and is a fatal warning for the
ChromeOS builders.

This commit also re-runs clang-format with a 100 column
check to get it past lints for hci_layer, as per the request of
reviewers.

This change is required for LLVM roll r458507 in CrOS.

Bug: 231351802
Test: CQ
Test: emerge-amd64-generic net-wireless/floss # with llvm-next
Change-Id: I5191ba8b4a69f4ebc745dd4c7122c218b7b5d9da
parent 8e22de24
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment