1
0
mirror of https://github.com/apple/foundationdb.git synced 2025-05-20 05:25:19 +08:00
Andrew Noyes 79cec09255 Apply clang-tidy's performance-inefficient-vector-operation fix
I ran this command in my build directory after compiling with
OPEN_FOR_IDE. It took a few small tweaks to get it to compile, which is
outside the scope of this commit.

    $ python run-clang-tidy.py -j $(nproc) -checks='-*,performance-inefficient-vector-operation' -fix
2021-03-04 03:58:25 +00:00
..
2021-03-01 18:52:06 -08:00
2018-04-18 15:03:27 -07:00